UseDisplayNames
Whether to use display names for naming custom columns within the data model instead of API code field names.
Data Type
bool
Default Value
true
Remarks
Custom columns have both a code and a name when they are created. The name of the custom column can contain spaces and can be altered after creation. The code of a custom column will not contain spaces and cannot be changed after creation. When this property is true, the custom column's name property is used, which is often more readable but can change. When false, the custom column’s code is used and can be expected to never change.