REVENUETRIBUTETAXCLAIMAMOUNT (4.0SP20)

Table to store the tax claim amount for tributes.

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.

BASECURRENCYID

uniqueidentifier

true

The base currency associated with this record.

ORGANIZATIONEXCHANGERATEID

uniqueidentifier

true

The exchange rate used to convert from amount to organization amount.

Fields
Field Field Type Null Notes Description

TAXCLAIMAMOUNT

money

false

0

Tax claim amount

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.

ORGANIZATIONTAXCLAIMAMOUNT

money

false

0

The tax claim amount of the revenue tribute in organization currency.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_REVENUETRIBUTETAXCLAIMAMOUNT_DATEADDED

DATEADDED

False

False

True

IX_REVENUETRIBUTETAXCLAIMAMOUNT_DATECHANGED

DATECHANGED

False

False

False

PK_REVENUETRIBUTETAXCLAIMAMOUNT

ID

True

True

False

Triggers
Trigger Name Description

TR_REVENUETRIBUTETAXCLAIMAMOUNT_INSERTUPDATE_CURRENCY

TR_REVENUETRIBUTETAXCLAIMAMOUNT_AUDIT_UPDATE

TR_REVENUETRIBUTETAXCLAIMAMOUNT_AUDIT_DELETE