1.Currency controls display of currency, such as currency symbols, period/comma for decimal places.
2.All objects that have currency field will have CurrencyIsoCode field to specify the currency that is used (available in multi-currency org)
3.In SOQL, convertCurrency() function can be used to convert currency and format() function
can be used in SOQL to format number, date, time, fields based on user's locale,
ex: SELECT format(convertCurrency(Amount)) from Opportunity
No comments:
Post a Comment