Represents the currencies used by an organization for which the multicurrency feature is enabled.
create(), update(), query(), search(), retrieve(), getUpdated(), describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| ConversionRate | double | Filter | Required. Conversion rate of this currency type against the corporate currency. |
| DecimalPlaces | int | Filter | Required. For this currency, specifies the number of digits to the right of the decimal point, such as zero (0) for JPY or 2 for USD. Required. |
| IsActive | boolean | Defaulted on create | Indicates whether this currency type is active (true) or not (false). Inactive currency types do not appear in picklists in the Salesforce.com user interface. Label is Active. |
| IsCorporate | boolean | Defaulted on create | Indicates whether this currency type is the corporate currency (true) or not (false). Label is Corporate Currency. All other currency conversion rates are applied against this corporate currency. If a currency is already defined as the corporate currency in the Salesforce.com user interface, it cannot be unset. When a non-corporate currency is set to a corporate currency, the system will reconfigure all conversion rates based on the new corporate currency. |
| IsoCode | picklist | Filter | Required. ISO code of the currency. Required. Must be one of the valid alphabetic, three-letter currency ISO codes defined by the ISO 4217 standard, such as USD, GBP, or JPY. Must be unique within your organization. Label is Currency ISO Code. |
For multicurrency organizations only, use the CurrencyType object to define the currencies that your organization uses.