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:
-
ISO Currency Code: identifies the primary currency.
-
Primary Currency Amount: displays in one of the following:
-
Default corporate currency for FieldFX
-
Currency for the job’s price book
-
Currency for the price book item linked to the ticket item.
-
-
Secondary Currency Amount: displays in the user’s personal currency, as specified in their user record.
-
Enable the Parenthetical Currency Conversion feature to display secondary currency amounts.
-
Refer to the Setting a User’s Personal Currency guide for instructions on how to set a user’s personal currency.
-
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. |
Enabling Parenthetical Currency Conversion
Setting the Default Corporate Currency
-
From Setup, enter "manage currencies" in the Quick Find box, then select Manage Currencies
-
Click Manage Currencies
-
Click Change Corporate
-
In New Corporate Currency, select the new default currency to use
-
Click Save
Adding a Currency
-
From Setup, enter "manage currencies" in the Quick Find box, then select Manage Currencies
-
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
Editing Exchange Rates
-
From Setup, enter "manage currencies" in the Quick Find box, then select Manage Currencies
-
Click Manage Currencies
-
Under Active Currencies, click Edit Rates
-
Enter the new exchange rate(s)
-
Click Save
|
Setting 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
Displaying 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
-