The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
61 views

CurrencyType vs. DatedConversionRate tables

I'm trying to enable multi-currency support for multiple organizations that I manage. I'm wondering if it's possible to solely rely on the DatedConversionRate table without having to pull down ...
3
votes
1answer
110 views

Single SOQL query to retrieve both a Currency field and the converted currency value?

In Multi-Currency orgs, when a record's Currency is set to a different Currency than the running user's chosen Currency, all Currency fields on that record will be rendered in both the record's ...
2
votes
1answer
213 views

CurrencyIsoCode - Auto included in query results, except for test cases

I've implemented some functionality around MultiCurrency in a Managed package. Since it needs to be able to support non-multi-currency orgs, all references to the CurrencyIsoCode field are done using ...
2
votes
2answers
201 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? ...