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
Krishna Kanth NallamilliKrishna Kanth Nallamilli 

How to use Manage Currencies in Apex code.

Hello All,

How to use Manage Currencies in Apex code.I need to do some currency convertions so how can I use it?
Manage currencies

Can some one help me on this?

Thank you.

Regards,
Krishnakanth
Chetan ChavanChetan Chavan
Hi Krishnakanth,

You can make use of Currency app from AppExchange.

Link for it is as follows:

https://appexchange.salesforce.com/listingDetail?listingId=a0N300000025GWyEAM

Thanks,
Chetan chavan
Krishna Kanth NallamilliKrishna Kanth Nallamilli
Dear Chetan,

The scenaio is these Manage Currencies are updated from SAP to SFDC. So I cant use any APP. But I need to use this in Apex code to convert currency in field level.

Thank you.

Regards,
Krishnakanth
Bhaswanthnaga vivek vutukuriBhaswanthnaga vivek vutukuri
Hi Krishna,

It is not possible to use manage currencies through apex code, please use alternative as custom objcts if it is not restricted to one org then use custom lables.