2022
The process of retrieving value from custom field of QuickBooks Online is discussed below with the example.
Syntax:
TargetField *>* VALUE > VALUE("CustomField\[Name='Custom_Field name'\]/StringValue") Wiki Markup
Let us take an example of custom field SalesRep in Invoice of QuickBooks Online. To retrieve the value of this field and to insert in the Target field Salesrep__c of Salesforce Opporunity
...
The query to retrieve the value from custom field SalesRep should be
*{_}VALUE("CustomField\[Name='SalesRep'\]/StringValue")_* Wiki Markup