Fields
Returns detailed field metadata for a module, including label, API name, data type, mandatory status, and pick-list values.
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 | The display name of the field as shown in the user interface. |
| ActualValue | String | The internal name of the field used in the system. |
| Id | String | The unique identifier assigned to the field. |
| ModuleName | String | The name of the module for which the user is retrieving field details. |