The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
27 views

Pricebook and currency

We have set-up products with a USD and CND price. We have multi-currency set-up in SFDC. When I set an opportunity to USD and select products, it all works fine. But when I set the opp to CND, no ...
5
votes
1answer
301 views

How to access the Organization “Currency Locale” ISO Locale code (NOT Currency code) in Apex/SOQL

First of all, before telling me that this is a duplicate of the previously-asked question "Display currency symbol", READ THE WHOLE QUESTION. Summary: I am trying to replicate the functionality of ...
0
votes
2answers
190 views

Get currency symbol in Visual Force Email Template

I need to get currency symbol in visual force email template. I want it to be the currency the user is using. I check the docs here: ...
5
votes
2answers
221 views

Default currency symbol

I'm looking for a way to get the Default currency symbol (in a none-multi-currency org) of the salesforce org locale (to have it displayed on a visualforce page in a field that can't be ...
2
votes
2answers
194 views

Multiple currency in Managed package without breaking support for non-currency orgs?

I want to implement support for Multi Currency in a Managed Package, while still allowing support for regular orgs without multi currency enabled. Does anybody have any experience with this scenario? ...
5
votes
1answer
87 views

How to dynamically change the currency used in a report summary?

I am running some reports (tabular in this case, but can be any). The grand total field is calculated, according to the "Show Currency Using.." on the report builder. As we have partners/users ...
2
votes
4answers
436 views

How to display Currency field with all the decimal places without rounding it?

I want to display the currency field with all the decimal places.Right now salesforce automatically rounds it to two decimal places. salesforce displays 123.45678 as 123.46 ,i want it to be 123.45678 ...
1
vote
1answer
191 views

Change Opportunity Currency after adding a Opp Line Item

We have enabled multiple currency in our org, and allow the user to set the currency on the Opportunity record. The user is able to change the value of the Currency field on the Opportunity object if ...