SSIS Components for Zoho CRM

Build 25.0.9434

UseDisplayNames

Controls whether the provider uses display names or API names when interacting with Zoho CRM modules and fields.

Data Type

bool

Default Value

false

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' (the default) 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434