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.