Fields
To get the field metadata for the specified module.
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 name of the field. |
| ActualValue | String | The actual name of the field. |
| Id | String | The unique identifier of the field |
| ModuleName | String | The name of the module which the user wants the fields. |