MULTICURRENCYCONFIGURATION (4.0SP20)

Stores information pertaining to multicurrency configuration settings.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

ORGANIZATIONAMOUNTORIGINCODE

tinyint

false

0

0=Base amount, 1=Transaction amount

ORGANIZATIONAMOUNTORIGIN

nvarchar(18) (Computed)

true

Provides a translation for the 'ORGANIZATIONAMOUNTORIGINCODE' field.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

CORPORATEEXCHANGERATEEXPIRATIONCODE

tinyint

false

0

0=Never, 1=Same day, 2=In one day, 3=In two days, 4=In three days, 5=In one week, 6=In one month, 7=In one quarter, 8=In one year

CORPORATEEXCHANGERATEEXPIRATION

nvarchar(14) (Computed)

true

Provides a translation for the 'CORPORATEEXCHANGERATEEXPIRATIONCODE' field.

DAILYEXCHANGERATEEXPIRATIONCODE

tinyint

false

0

0=Never, 1=Same day, 2=In one day, 3=In two days, 4=In three days, 5=In one week, 6=In one month, 7=In one quarter, 8=In one year

DAILYEXCHANGERATEEXPIRATION

nvarchar(14) (Computed)

true

Provides a translation for the 'DAILYEXCHANGERATEEXPIRATIONCODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_MULTICURRENCYCONFIGURATION_DATEADDED

DATEADDED

False

False

True

IX_MULTICURRENCYCONFIGURATION_DATECHANGED

DATECHANGED

False

False

False

PK_MULTICURRENCYCONFIGURATION

ID

True

True

False

Triggers
Trigger Name Description

TR_MULTICURRENCYCONFIGURATION_AUDIT_UPDATE

TR_MULTICURRENCYCONFIGURATION_AUDIT_DELETE