# Multicurrency in Salesforce - QuickBooks Desktop Integration

## Integration from Salesforce to QuickBooks

If multicurrency is enabled in Salesforce and QuickBooks, then make some changes in DBSync settings and mappings to achieve seamless integration with MultiCurrency.

1. Log in to your DBSync account.
2. Ensure that Salesforce and QuickBooks connectors are validated and that you have imported the **Salesforce to QuickBooks Desktop Order to Cash Integration** template.
3. Open the relevant project to view the available **Automated Tasks**. Select and open the relevant **Automated Task**. You will see a list of available flows.
4. In the **Salesforce to QuickBooks Desktop Transaction** flo&#x77;**,** click **Configure** for the Query Action and add the following field in the **Advanced Query Builder** and click **Save**.

> *Opportunity.Account.CurrencyIsoCode*

5. Open **Map** for the first Transform & Write under Salesforce to QuickBooks Desktop Transaction flow.
6. Add the following mapping in the mapping window and click **Save.** Then **Close**.

{% code overflow="wrap" %}

```
CustomerAddRq/CustomerAdd/CurrencyRef/FullName = IF(VALUE("Account/CurrencyIsoCode").equals("USD"),"US Dollar",IF(VALUE("Account/CurrencyIsoCode").equals("GBP"),"British Pound Sterling",IF(VALUE("Account/CurrencyIsoCode").equals("EUR"),"Euro",IF(VALUE("Account/CurrencyIsoCode").equals("CAD"),"Canadian Dollar",""))))
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mydbsync.com/cloud-workflow/tutorials/salesforce-and-quickbooks/multicurrency-in-salesforce-quickbooks-desktop-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
