Account Owner Mapping

Account Owner Mapping

Requirement: Map the Salesforce Account Owner with the REP field on the Customer level in QuickBooks.

Solution: Before mapping, ensure that the user Alias name present in Salesforce should also be present in QuickBooks field named REP in the customer object.

Alias name in Salesforce
REP field where Alias name is to be provided

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 Map for the 1st action (customer creation).

3. Update the mappings for SalesRepRef field by VALUE("Account/Owner/Alias")

  1. Save and close. Save the flow. The above changes will work only for the newly created accounts in Salesforce. For the changes to reflect in the historical accounts, create a new transform&write action(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.

  2. Select the appropriate target connector, operation, and target object.

  3. Update the mappings as shown below.

  1. Save and Close. Save the flow.

circle-info

Note: In QuickBooks, the REP field has a character limit of 5. In Salesforce, we need to ensure that the Alias does not exceed 5 characters.

Last updated