PLANNEDGIFTPAYOUTTEMP

Associates a planned gift record with a payout record.

Fields

Field Field Type Null Notes Description
ID uniqueidentifier Default = (newid()) Primary Key.
REVENUEID uniqueidentifier yes The revenue record this record is associated with.
ADDEDBYID uniqueidentifier FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier FK to CHANGEAGENT.
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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Indexes

Index Name Fields Unique Primary Clustered
IX_PLANNEDGIFTPAYOUT_DATEADDED DATEADDED yes

Triggers

Trigger Name Description
TR_PLANNEDGIFTPAYOUT_AUDIT_UPDATE
TR_PLANNEDGIFTPAYOUT_AUDIT_DELETE