UseDisplayNames
Indicates whether the provider uses display names or API names when interacting with Zoho CRM modules and fields.
Data Type
bool
Default Value
true
Remarks
Set this property to True to use display names as seen in the Zoho CRM UI for some operations. This can be more user-friendly, but may cause inconsistencies if the display names change. Set this property to False to ensure your SQL queries and integration logic use API names, which remain consistent even if display names change. This is particularly important for custom modules, where the API name can differ from the display name shown in the Zoho CRM UI.
For example, if you create a custom module called Potentials in the Zoho CRM UI, the underlying API name might be CustomModule_1. Setting this property to False ensures that queries reference the API name (CustomModule_1) rather than the display name.