Salesforce Fact #718 | CURRENCYRATE()

How to get the currency conversion rates in formula fields in a multi-currency org? We have a function called CURRENCYRATE() which can be used for this.

It takes the CurrencyIsoCode as the input and returns the corresponding conversion rate with respect to the corporate currency.

Reference: https://help.salesforce.com/s/articleView?id=sf.customize_functions_currencyrate.htm&type=5

Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow