Purpose

Exposes an additional name column for Choice, Yes/No, and Lookup field types in Dynamics CRM apps.

Valid Values

true | false

Behavior

If set to false, the driver does not expose name columns.

If set to true, the driver exposes name columns.

Example

If a user creates a column named "PRIORITY" and implements it as a Choice field with "High" and "Low" options, enabling this property adds a "PRIORITYNAME" column with type String that contains the text labels "High" and "Low".

Notes

  • This property works only with Dynamics CRM apps.

  • Enabling this property may impact runtime performance due to increased server processing and larger response payloads.

Data Source Methods

public Boolean getShowNameColumns()

public void setShowNameColumns(Boolean)

Default Value

false

Data Type

Boolean