Retrieve Value from custom Field of QuickBooks Online
The process of retrieving value from custom field of QuickBooks Online is discussed below with the example.
Syntax
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 Opportunity.
TargetField should be Salesrep__c.
The query to retrieve the value from custom field SalesRep should be:
VALUE("CustomField[Name='SalesRep']/StringValue")
PreviousRecurring Transactions to Accounting SystemNextSalesforce Opportunity to QuickBooks - Disabling Jobs
Last updated