Multiple Currency Setup
Prerequisites
-
To set up the Multiple Currency feature, you must:
-
Enable Advanced Currency Management
Contact Salesforce Support to enable this feature.
-
-
To set up the Multiple Currency feature, you need:
-
System permissions:
-
Customize Application
-
View Setup and Configuration
-
-
How it Works
Currency Fields
Currency fields display on every page layout of every object once you enable the Multiple Currency feature.
Currency fields display the following information:
|
|
Identifies the primary currency. |
|
|
Displays in one of the following:
|
|
|
Displays in the user’s personal currency, as specified in their user record.
|
Price Book Items
Price book items use the currency for their price book by default.
You can override the currency for price book items on an item-by-item basis.
Ticket items use the currency for their linked price book item.
Feature Impact
Enabling the Multiple Currency feature changes the default functionality of FieldFX as follows:
-
Currency fields display on every page layout of every object.
Review every page layout and remove unnecessary Currency fields. |
Step-by-Step Guides
-
From Setup, enter "manage currencies" in the Quick Find box, then select Manage Currencies.
-
Continue with the following:
Enable Parenthetical Currency Conversion
Enabling the Parenthetical Currency Conversion feature lets users see their personal currency in parentheses in Currency fields.
Under Parenthetical Currency Conversion, click Enable.
Set the Default Corporate Currency
-
Click Manage Currencies.
-
Click Change Corporate.
-
In New Corporate Currency, select the new default currency to use.
-
Click Save.
Add a Currency
-
Click Manage Currencies.
-
Under Active Currencies, click New.
-
In Currency Type, select the currency.
-
In Conversion Rate, select the exchange rate for the currency against your default corporate currency.
-
In Decimal Places, select the number of decimal places in which to display the currency.
-
Click Save.
Edit Exchange Rates
-
Click Manage Currencies.
-
Under Active Currencies, click Edit Rates.
-
Enter the new exchange rate(s).
-
Click Save.
|
Set a User’s Personal Currency
-
From Setup, enter "manage users" in the Quick Find box, then select Users.
-
Open the user record.
-
Click Edit.
-
In Currency, select a currency.
Personal currency amounts display in parentheses in Currency fields. -
Click Save.
Display Currency Information on Compact Layouts
Salesforce doesn’t support the Currency field on compact layouts.
To get around this limitation, add a formula field to display data from the Currency field and then add the formula field to the desired compact layouts.
-
From Setup, enter "object" in the Quick Find box, then select Objects.
-
Open the object on which to add the formula field.
-
Add the formula field:
-
Under Custom Fields & Relationships, click New.
-
Under Data Type, select Formula.
-
Click Next.
-
In Field Label, enter a unique name for the field.
-
Under Formula Return Type, select Text.
-
Click Next.
-
Enter the following formula:
TEXT(CurrencyIsoCode)
-
Click Next twice.
-
Click Save.
-
-
Add the formula field to a compact layout:
-
Under Compact Layouts, click Edit next to the layout.
-
In Available Fields, select the formula field.
-
Click Add.
-
In Selected Fields, change the order.
-
Click Save.
-