DisplayValue Parameter (Connect-ServiceNow Cmdlet)
Based on this value, the provider retrieves the display value or the actual value from the database.
Syntax
Connect-ServiceNow -DisplayValue string
Possible Values
TRUE, FALSE, ALLData Type
cstr
Default Value
"FALSE"
Remarks
Note: If you decide to set this connection property to "true", then all the returned fields will be of type "String" due to API limitations.
- TRUE: returns display values for all fields.
- FALSE: returns actual values from the database.
- ALL: returns both actual and display values.