2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The process of retrieving value from custom field of QuickBooks Online is discussed below with the example.

Syntax:

Wiki Markup
TargetField ? VALUE("CustomField\[Name='Custom_Field name'\]/StringValue")

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 Salesrepc of Salesforce Opporunity

TargetField should be Salesrepc

The query to retrieve the value from custom field SalesRep should be

Wiki Markup
*{_}VALUE("CustomField\[Name='SalesRep'\]/StringValue")_*