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
SiddharthSiddharth 

Multi Currency and Visualforce implemenation with wrappers

Guys,
 
We have a visualforce page and we are adding support for multi-currency feature. In visualforce if you access the field directly on the page then it formats the field as per its data type, but if we use wrappers to display field values then it doesn't format the field directly and I am forced to write code to get the correct currency code from the record level.
 
Is there any other way to do it more efficiently. Also will I be required to create separate package for single/multi currency enabled orgs.
 
Please suggest
Thanks
 
Siddharth