Layouts
Returns layout configurations such as sections, field order, and visibility rules, for record pages in a module.
View-Specific Information
Select
The driver 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. |
| Type | String | Indicates whether the section is used in the layout. |
| ModuleName | String | Name of the module for which the layout is requested. |