Fields
Returns detailed metadata for fields in a specified module, including label, API name, data type, and validation rules.
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 Fields WHERE ModuleName = 'Deals'
Columns
| Name | Type | Description |
| DisplayValue | String | Display name of the field as shown in the user interface. |
| ActualValue | String | Internal or system name of the field used in API calls and configurations. |
| Id | String | Unique identifier of the field. |
| ModuleName | String | Name of the module to which the field belongs. |