Cmdlets for ServiceNow

Build 25.0.9540

PushEmptyValuesAsNull Parameter (Connect-ServiceNow Cmdlet)

Specifies whether the provider returns empty string values from ServiceNow as null values in the result set.

Syntax

Connect-ServiceNow -PushEmptyValuesAsNull SwitchParameter

Data Type

bool

Default Value

false

Remarks

This property applies to SELECT operations. It controls how the 本製品 represents empty string values returned by ServiceNow.

When set to true, empty string values are converted to null in the result set.

When set to false, empty string values are returned as literal empty strings.

This property is useful for ensuring consistent handling of empty fields in scenarios where ServiceNow distinguishes between null and empty string values.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540