function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kkvikram9kkvikram9 

Currency type

 

Hi all

 

I have a question reg currency and we have multiple currencies for our org.

 

Is it possible to store Exchange Rate conversions in currencies other than the corporate currency

sfdcfoxsfdcfox

All currency exchanges will always be relative to the corporate currency. Furthermore, Apex Code will always see currencies in the corporate currency (unless otherwise translated by a query).

Anup JadhavAnup Jadhav

Hi,

 

You cannot store exchange rate conversions in currencies other than the corporate currency, however you can use custom fields and/or custom object for currency and apply your custom logic via triggers.

 

- Anup

Shreya...Shreya...

If multi currencies is activated in your org then you can't keep other than the corporate currency conversion.
But if you still want then I will suggest create one  formula field and write the formula according to conversion rate. But major issue is you always need to track the formula field for conversion rate.