function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
QMEQME 

Multi-currency determination

Hi Everyone,

 

After a customer installs our Appexchange product and begins using it, as part of our logic we want to be able to programmatically determine:

 

 

  1.  if our customer is already turned on the multi-currency feature.   In other words, does “Manage Currencies” exist when one navigates Setup | Company Profile | Manage Currencies
  2. In the event our customer has already switched on the multi-currency feature, we would like to be able to determine if our customer is maintaining their currency conversion information in the:
  • Manage Dated Exchange Rates table (ie Advanced Currency Management is enabled), OR
  • Manage Currencies table.

 

 

Questions

a)      How do we do this?

 

b)      What are SFDC Object Names / API Names for the tables behind the Manage Dated Exchange Rates and Manage Currencies buttons?

 

Thanks in advance.