Multicurrency in Salesforce - QuickBooks Desktop Integration
Integration from Salesforce to QuickBooks
If multicurrency is enabled in Salesforce and QuickBooks then, we need to make some changes in DBSync settings and mappings to achieve seamless integration with MultiCurrency.
Go to www.mydbsync.com and select Customer Login. Enter your Username and Password and click on Sign in to access the Project page.
Ensure that Salesforce and QuickBooks connectors are validated and that you have downloaded the SalesforceQuickBooksBiDirectional template.
Open the relevant project to view the available processes. Select and open the relevant Process. You will see a list of available Workflows.
Open workflow OpportunityToInvoice. Replace the reader query in the Advanced Query Builder with the following query and then, click on the Save & Close button.
In the Rules section, you will see a list of 9 Rules. Open the map of the sequence no.1 Rule.
Add the following mapping in the mapping window and click on the Save & Close button.
Add the same mapping to following workflows as well if, you are using these workflows in Integration:
OpportunityToSalesOrder
OpportunityToSalesReceipt
OpportunityToEstimate
OpportunityToCreditMemo
Integration from QuickBooks to Salesforce
If QuickBooks is enabled with Multi-Currency then, the following changes need to be made to the mappings in DBSync.
Go to www.mydbsync.com and select Customer Login. Enter your Username and Password and click on Sign in. Click on Launch to launch the DBSync Project page.
Ensure that the Salesforce and QuickBooks connectors are validated andthat you have downloaded the SalesforceQuickBooksBiDirectional template.
Open the relevant project to view the available processes. Select and open the relevant Process. You will see a list of available Workflows.
Open workflow CustomerToAccount. In Rules Section, Open the Mapping for "Sequence No 1"
Open workflow InvoiceToOpportunity. In the Rules section, open the mapping for "Sequence No 1 and 2".
Add the mapping where target field = "CurrencyIsoCode" and add the following code under source field:
Similarly, open the mapping for "Sequence No 5" in the new window/tab.
Add the mapping where target field = "CurrencyIsoCode". Then, add the following code under source field:
Double-click on the process flow, "BiDirectionalSync". Then, open the "InvoiceToInvoice" state. Open the mapping "Sequence No 1" and add the same mapping as shown in the example above.
This completes the Multicurrency customizations.
Last updated