Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 AMOUNT money   Default = 0 The recognition amount (stored for processing).
 EFFECTIVEDATE datetime The date of the revenue (stored for processing).
 ISPLANNEDGIFT bit   Default = 0 Denotes that this recognition is for a planned gift.
 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.
 ORGANIZATIONAMOUNT money   Default = 0 The recognition amount (stored for processing) in organization currency.

Foreign Key Field Type Null Notes Description
 RECOGNITIONPROGRAMID uniqueidentifier RECOGNITIONPROGRAM.ID The recognition program that this credit is applied to.
 REVENUERECOGNITIONID uniqueidentifier REVENUERECOGNITION.ID The associated recognition record
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 BASECURRENCYID uniqueidentifier CURRENCY.ID The base currency associated with this recognition program.
 ORGANIZATIONEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert from recognition amount to organization recognition amount.
 RECOGNITIONCREDITID uniqueidentifier RECOGNITIONCREDIT.ID

Index Name Field(s) Unique Primary Clustered
 IX_CONSTITUENTRECOGNITIONREVENUE_BASECURRENCYID BASECURRENCYID      
 IX_CONSTITUENTRECOGNITIONREVENUE_DATEADDED DATEADDED    
 IX_CONSTITUENTRECOGNITIONREVENUE_DATECHANGED DATECHANGED      
 IX_CONSTITUENTRECOGNITIONREVENUE_ORGANIZATIONEXCHANGERATEID ORGANIZATIONEXCHANGERATEID      
 IX_CONSTITUENTRECOGNITIONREVENUE_RECOGNITIONPROGRAMID RECOGNITIONPROGRAMID      
 IX_CONSTITUENTRECOGNITIONREVENUE_REVENUERECOGNITIONID REVENUERECOGNITIONID      
 PK_CONSTITUENTRECOGNITIONREVENUE ID  

Trigger Name Description
 TR_CONSTITUENTRECOGNITIONREVENUE_AUDIT_UPDATE
 TR_CONSTITUENTRECOGNITIONREVENUE_AUDIT_DELETE
 TR_CONSTITUENTRECOGNITIONREVENUE_INSERTUPDATE_CURRENCY

Entity-Relationship diagram of this table