TDV Adapter for Salesforce

Build 25.0.9434

UseDisplayNames

Specifies whether to use display names for columns instead of their API names when listing metadata and querying data.

Data Type

bool

Default Value

false

Remarks

By default, the adapter surfaces column names using the Salesforce with SSO API names, which are static and developer-focused. When UseDisplayNames is set to true, the adapter uses the display names for columns, matching what users see in the Salesforce with SSO UI. This can make working with queries and metadata more intuitive for users who are familiar with the Salesforce with SSO interface rather than the underlying API terminology.

Use this property if you are building reports or queries intended for end users or business users who expect to see field names as they appear in the Salesforce with SSO UI.

Enabling UseDisplayNames may slightly increase metadata processing time due to the additional handling required to map API names to display names. However, it does not increase the number of metadata API calls. Because display names can be modified by Salesforce with SSO administrators, using them may reduce query stability over time. For long-term integrations, API names are recommended due to their consistency.

This property is useful for improving readability and user-friendliness when building UI-based reports or business-facing queries.

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