CustomFieldMode Parameter (Connect-QB Cmdlet)
How custom fields should display.
Syntax
Connect-QB -CustomFieldMode string
Possible Values
XML, JSONData Type
cstr
Default Value
"XML"
Remarks
XML is the traditional way of displaying custom fields and will be compatible with older implementations. However, JSON is more compact and may be more appropriate if the values are being saved to a database or other tool that cannot easily traverse the XML structure.