You need to sign in to do that
Don't have an account?
How to identify Advanced Currency Management is enabled in apex class?
Is there any way to detect Org has "Advanced Currency Management" enabled in apex class?
You need to sign in to do that
Don't have an account?
Please check with below link from stack exchange community for the same.
- http://salesforce.stackexchange.com/questions/53824/how-to-identify-advanced-currency-is-enabled-in-apex-class
Please let us know if you need any further information.Mark this as solved if the information helps.
Regards,
Nagendra.P
If Multi Currency is Enabled and Advance Currency Management is ENABLED: Use Conversion Rates from "DatedConversionRate" object records.
If Multi Currency is Enabled and Advance Currency Management is DISABLED: Use Conversion Rates from "CurrencyType" object records.
Somehow I want to detect this "Advance Currency Management" is active or not and use proper object records for Conversion rates.
Thanks for your Help!!