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
Ketan MahetKetan Mahet 

Advance Multicurrency - Show currency field.

Hi All,
    We have enabled AMC and we want to show the currency field. We have the following scenario.
    The Opp is created with INR currency and logging user has USD as the currency. If we navigate to standard page we can see Opportunity field value as USD 2.00 (INR 120.00) 

We want to show the same format in our custom page as well. 
If we use the following but it is just showing $2.0

 <apex:outputText label="Amount(without conversion)"  value="{0, number, currency}"  >
       <apex:param value="{!Opportunity.Amount}"/>
  </apex:outputText>

Please guide.
 
NagaNaga (Salesforce Developers) 
Hi Ketan,

If you are trying to display the currency fields in ACM in the custom page it might not be possible.

Please check out the idea link below

https://success.salesforce.com/ideaview?id=087300000007kScAAI

Please let me know if this helps

Best Regards
Naga kiran