Attribute

ShowNameColumns (snc)

Purpose

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

Valid Values

0 | 1

Behavior

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

If set to 1 (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 option adds a "PRIORITYNAME" column with type String that contains the text labels "High" and "Low".

Notes

  • This option works only with Dynamics CRM apps.

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

Default Value

0 (false)