Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 CREATEDON datetime   Default = getdate() The date on which the pledge reminder was created
 AMOUNTDUEDATE datetime   The date on which the pledge amount due was calculated
 AMOUNTDUE money   Default = 0 The pledge amount due as of the amount due date
 SENTDATE datetime Date reminder was sent.
 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
 REVENUEID uniqueidentifier   FINANCIALTRANSACTION.ID Unique identifier of the revenue record for which the pledge reminder was sent
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 PLEDGEREMINDERPROCESSSTATUSID uniqueidentifier PLEDGEREMINDERPROCESSSTATUS.ID A foreign key to the PLEDGEREMINDERPROCESSSTATUS table.
 BASECURRENCYID uniqueidentifier CURRENCY.ID
 PACKAGEID uniqueidentifier MKTPACKAGE.ID
 MKTSEGMENTATIONACTIVATEPROCESSSTATUSID uniqueidentifier MKTSEGMENTATIONACTIVATEPROCESSSTATUS.ID

Index Name Field(s) Unique Primary Clustered
 IX_PLEDGEREMINDERSENT_DATEADDED DATEADDED    
 IX_PLEDGEREMINDERSENT_DATECHANGED DATECHANGED      
 IX_PLEDGEREMINDERSENT_REVENUEID REVENUEID      
 PK_PLEDGEREMINDERSENT ID  

Trigger Name Description
 TR_PLEDGEREMINDERSENT_AUDIT_UPDATE
 TR_PLEDGEREMINDERSENT_AUDIT_DELETE

Entity-Relationship diagram of this table