Layouts
Returns layout metadata for modules, including field positioning, section groupings, and layout rules.
View-Specific Information
Select
The provider uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator.
- ModuleName supports the '=' operator.
For example, the following queries are processed server-side:
SELECT * FROM Layouts WHERE ModuleName = 'Deals'
Columns
| Name | Type | Description |
| Id | String | Unique identifier for the layout. |
| Name | String | Name of the layout configuration. |
| Type | String | Indicates whether the section is active or used in the layout. |
| ModuleName | String | Name of the module to which the layout belongs. |