UseDisplayNames Parameter (Connect-BullhornCRM Cmdlet)
Specifies whether the provider uses field labels as column names instead of field names.
Syntax
Connect-BullhornCRM -UseDisplayNames bool
Data Type
bool
Default Value
true
Remarks
This property controls how column names are displayed in query results.
When this property is set to true, the cmdlet uses field labels (display names) as column names.
When this property is set to false, the cmdlet uses the original field names defined in the Bullhorn CRM API.
This property is useful when you want query results to reflect the labels shown in the Bullhorn CRM UI rather than internal field names.