Cmdlets for ServiceNow

Build 23.0.8839

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, ALL

Data 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839