2022

Page tree

Versions Compared

Key

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

...

  • Make change in Reader Query as shown with the below code.
Code Block
 select {!.} from Account where AVSFQB__Quickbooks_Id__c = '' and Parent.Name!='' 

Image Modified

  • Similary change AccountToCustomer reader query awith the below code.
Code Block
 select {!.} from Account where AVSFQB__Quickbooks_Id__c = '' and Parent.Name ='' 
  • Once you are done with all the above mentioned changes, run the sync and data will be integrated into Quickbooks with their respective hierarchies in place as shown below.

Image Modified

  • This concludes Account hierarchy mappings for the data-flow from Salesforce into Quickbooks.