Account Owner Mapping
Account Owner Mapping
Requirement: If you require to map the Salesforce Account Owner to the REP field on the Customer level in QuickBooks.
Solution: Before starting with the mappings the user alias name present in Salesforce should also be present in QuickBooks field named “Rep” at the customer level.


Steps to update the DBSync mappings
1. Add the “Account.Owner.Alias” API name in the DBSync query.
2. In the Transform&Write action, click on “Map” for the 1st action (customer creation).
3. Update the mappings for SalesRepRef field by VALUE("Account/Owner/Alias")
Save and close. Save the flow. The above changes will work only for the newly created accounts in Salesforce. But if you want the changes to reflect for the historical accounts, then you need to create a new transform&write (for Update operation). The steps mentioned below are used to create an update operation for updating the account owner to customers who have already synced to QuickBooks.
Select the appropriate target connector, operation, and target object.
Update the mappings as shown below.
Save and Close. Save the flow.
Last updated