Share via


CurrencyCode

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The CurrencyCode class defines the currency in which the order was processed. By default, this column is not present in the OrderFormHeader table of the transactions database. If the schema is extended to include the CurrencyCode column in the OrderFormHeader table, the Transaction Data Import DTS task will read data from this new column. If this column is not included in the OrderFormHeader table, the default currency code from the Administration database will be read and will populate the CurrencyCode column of the OrderFormHeader table.

Data Members

Data member name

Data type

Default value

Description

CurrencyCode

nvarchar

None

None.

Class Key

CurrencyCodeKey is composed of a single data member, CurrencyCode.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation name

Parent

Child

Type

CurrencyCodeOrderFormHeader

CurrencyCode

OrderFormHeader

2

See Also

Other Resources

Data Warehouse Classes