Fields
Returns field metadata for a module, including API name, data type, mandatory status, and pick-list values.
View-Specific Information
Select
The component 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 or system-defined name of the field. |
| Id | String | The unique identifier of the field. |
| ModuleName | String | The name of the module from which the user wants to retrieve fields. |