Skip to main content
Kodish R (MST) ha fatto una domanda in #Salesforce Developer
Hi,

In my SFDC Org using Multi Currency (USD & EUR).

Is that possible to implement, like conversion rate will be applicable / restricted based on Record Type?

Please let me know.
8 risposte
  1. 1 mar 2017, 13:22
    Yes, If you use standard currency fields, it will internally use the native currency conversions. You will have to keep your custom rates in a custom object. And then use a new field on the account to convert the amount using this exchange rate. You would not need apex code, you can use process/flows(or may be just formulas, depending upon the object relationship with Account) to populate the converted amount. Remeber, if you use native currency fields, it will use the native conversion rate too. So, may be you have use Number fields to hold the currencies. 
0/9000