Layouts
Returns the layout configuration for record pages, including sections, field order, and visibility rules.
View-Specific Information
Select
The connector 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 | The unique identifier of the layout. |
| Name | String | The name of the layout. |
| Type | String | Indicates whether the section is used in the layout. |
| ModuleName | String | The name of the module for which the layout is defined. |