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
ChamingaDChamingaD 

How to get Curreny Symbol of Organization.

How to access currency symbol of organization from Visual force page. (or Currency ISO Code)

 

Thanks in Advance.

JohanLiljegrenJohanLiljegren

Hi,

 

Are you referring to the default currency that is set in a multi-currency enabled org?

So, if our default currency was set to e.g. EUR, you'd want to display "EUR" on your page?

Pradeep_NavatarPradeep_Navatar

You can access default currency through Userinfo.getDefaultCurrency().

 

For more information visit http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_getuserinfo_getuserinforesult.htm

 

ChamingaDChamingaD

If its USD. Must print $ ,,, like that.

ChamingaDChamingaD

bump

Ritika BhargavaRitika Bhargava

Hey, trying the same thing. Please do let me know if there's any solution or workaround for it.

 

Thanks in advance.