PushEmptyValuesAsNull
Specifies whether the provider returns empty string values from ServiceNow as null values in the result set.
Data Type
bool
Default Value
false
Remarks
This property applies to SELECT operations. It controls how the server 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.