2022

Page tree

Versions Compared

Key

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

...

Let us take an example of custom field SalesRep__c  on Opportunity in Salesforce.

We have to map this field to SalesRep custom field in QuickBooks online. This is created in sales section as shown in the following screen shot:

Image RemovedImage Added

To map this field, choose any one of the fields that is not used for mapping any values. Then, type custom field name (SalesRep) in the target area i.e between <Name> </Name> tags (QuickBook Online) and add the following query in the source field.

...

               <StringValue>"+VALUE("SalesRep__c")+"</StringValue>: The custom field in Salesforce.

Image RemovedImage Added