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
SF Buzz VutukuriSF Buzz Vutukuri 

currency conversion

HI please help me coverting any other currency to EURO's in the account object field...........

I am inserting some currency data belonging to USD it should convert in to EURO

Hargobind_SinghHargobind_Singh
Hi, have you tried using MultiCurrency ? 
Some information is here: https://help.salesforce.com/HTViewHelpDoc?id=admin_currency.htm&language=en_US 

You would need to get it enabled from Salesforce by raising a case. This would do the conversion automatically as long as you set-it-up correctly. 

Another option is for you to write a trigger on your object for conversion, or use a formula of the currency conversion rate is fixed. 
 
pkpnairpkpnair
Not sure if this was solved or not, but this piece of code can help you.
http://how2salesforce.blogspot.nl/2017/01/currency-conversionin-multicurrency-org.html

-Prakash