
8 risposte
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.