CurrencyType

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

Supported Calls

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

Special Access Rules

Fields

Field Details
ConversionRate
Type
double
Properties
Filter
Description
Required. Conversion rate of this currency type against the corporate currency.
DecimalPlaces
Type
int
Properties
Filter
Description
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.
IsActive
Type
boolean
Properties
Defaulted on create, Filter
Description
Indicates whether this currency type is active (true) or not (false). Inactive currency types do not appear in picklists in the user interface. Label is Active.
IsCorporate
Type
boolean
Properties
Defaulted on create, Filter
Description
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 user interface, it can't be unset. When a non-corporate currency is set to a corporate currency, the system reconfigures all conversion rates based on the new corporate currency.
IsoCode
Type
picklist
Properties
Filter, Restricted picklist
Description
Required. ISO code of the currency. 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

This object is for multicurrency organizations only. Use this object to define the currencies your organization uses.

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