Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 SEQUENCE int   Default = 0
 DATE datetime   The date of this revaluation
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 BASEEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert to base amount.
 ORGANIZATIONEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert to organization amount.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_COMMITMENTREVALUATION_BASEEXCHANGERATEID BASEEXCHANGERATEID      
 IX_COMMITMENTREVALUATION_DATEADDED DATEADDED    
 IX_COMMITMENTREVALUATION_DATECHANGED DATECHANGED      
 IX_COMMITMENTREVALUATION_ORGANIZATIONEXCHANGERATEID ORGANIZATIONEXCHANGERATEID      
 PK_COMMITMENTREVALUATION ID  

Trigger Name Description
 TR_COMMITMENTREVALUATION_AUDIT_UPDATE
 TR_COMMITMENTREVALUATION_AUDIT_DELETE

Referenced by Field
 REVENUECOMMITMENTREVALUATION COMMITMENTREVALUATIONID

Entity-Relationship diagram of this table