IncludeCustomFields
In Users view, determines whether custom fields in Zoho CRM are dynamically included in the table definitions provided by the provider.
Data Type
bool
Default Value
true
Remarks
When set to 'true' (the default), the server automatically detects and includes any custom fields that exist in your Zoho CRM modules (tables) as additional columns. This ensures that your schema in the consuming application reflects all relevant data fields, including those that you or your organization have customized.
If set to 'false', only the standard predefined fields in the Users module is included in the table definition, and custom fields are excluded. This can be useful for simplifying the schema, improving performance, or avoiding unnecessary columns when custom fields are not needed for your workflow.