You need to sign in to do that
Don't have an account?
sicritchley
Display Converted Currency on Visualforce page
I am currently using the following to display the currency on a visualforce page:
<apex:outputText value="{!string.Net_Amount__c}"/>
The problem is we have multi-currency set up and this is displaying the value in the currency that the original opportunity was set to. I need to display the amount converted to the currency of our organisation.
Any ideas on how to do this would be appreciated!
Thanks in advance.