CurrencyType

Represents the currencies used by an organization for which the multicurrency feature is enabled.

Supported Calls

create(), update(), query(), search(), retrieve(), getUpdated(), describeSObjects()

Special Access Rules

Fields

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

Filter

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

Filter

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

Restricted picklist

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.

Usage

For multicurrency organizations only, use the CurrencyType object to define the currencies that your organization uses.

© Copyright 2000-2009 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.