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
Ulas KutukUlas Kutuk 

Multi Currency display problem

I have coded all my currency variables like below in managed package.

 

<apex:outputText value="{0,number,currency}"> 
        <apex:param value="{!TotalTaxAmount}"/>
</apex:outputText> 

When I have installed the package to target org which ismulti currency enabled and "GBP" currency set for all user and company as well. 

But I'm still seeing the $ signs on all VF pages. 

Any thoughts will be appreciated...

Thank

 

Ashish_SFDCAshish_SFDC

Hi Ulas,

 

The return type of the field should be Text than currency. 

 

Regards,

Ashish

 

 

Ulas KutukUlas Kutuk

Hi Ashish, thanks for the reply. Can you provide me an sample ?

Ashish_SFDCAshish_SFDC

Hi Ulas, 

 

Are he fields in question here Standard Fields or custom fields and are those fields included in your Package components ?

See the below link, might help a bit,

http://boards.developerforce.com/t5/Formulas-Validation-Rules/How-to-convert-currency-using-formula/td-p/194047

 

Regards,

Ashish