Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 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
 DISBURSEMENTPROCESSID uniqueidentifier   DISBURSEMENTPROCESS.ID Foreign key to the disbursement process.
 DISBURSEMENTFORMATID uniqueidentifier   DISBURSEMENTFORMAT.ID Foreign key to the disbursement format
 PRINTERID uniqueidentifier   SECUREPRINTER.ID The printer to be used for the format.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_DISBURSEMENTPROCESSFORMAT_DATEADDED DATEADDED    
 IX_DISBURSEMENTPROCESSFORMAT_DATECHANGED DATECHANGED      
 IX_DISBURSEMENTPROCESSFORMAT_DISBURSEMENTPROCESSID DISBURSEMENTPROCESSID      
 PK_DISBURSEMENTPROCESSFORMAT ID  

Trigger Name Description
 TR_DISBURSEMENTPROCESSFORMAT_UNIQUETYPEPERDISBURSEMENTPROCESS
 TR_DISBURSEMENTPROCESSFORMAT_AUDIT_UPDATE
 TR_DISBURSEMENTPROCESSFORMAT_AUDIT_DELETE

Entity-Relationship diagram of this table