Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DATE datetime The date that the recipient received money.
 AMOUNT money   Default = 0 Amount of money given to the recipient.
 SEQUENCE int   Default = 0 The sequence of the recipient record.
 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.
 COMMENTS nvarchar(255)   Default = '' Comments related to the fundraising purpose recipient.
 PUBLISHEDNAME nvarchar(100)   Default = '' Indicates the name to be used in external communications regarding the recipient.
 FERPA bit   Default = 0 Indicates whether the FERPA documentation has been received.
 ORGANIZATIONAMOUNT money   Default = 0 Amount of money given to the recipient in organization currency.

Foreign Key Field Type Null Notes Description
 DESIGNATIONLEVELID uniqueidentifier   DESIGNATIONLEVEL.ID FK to DESIGNATIONLEVEL
 CONSTITUENTID uniqueidentifier   CONSTITUENT.LOCALID FK to CONSTITUENT
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 EDUCATIONALHISTORYID uniqueidentifier EDUCATIONALHISTORY.ID FK to EDUCATIONALHISTORY
 STATUSCODEID uniqueidentifier PURPOSERECIPIENTSTATUSCODE.ID The current status of the fundraising purpose recipient.
 TYPECODEID uniqueidentifier PURPOSERECIPIENTTYPECODE.ID The type code of the fundraising purpose recipient.
 SCHOLARSHIPTERMID uniqueidentifier SCHOLARSHIPTERM.ID FK to SCHOLARSHIPTERM
 ORGANIZATIONEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert from recipient amount to organization amount.
 BASECURRENCYID uniqueidentifier CURRENCY.ID The base currency associated with this recipient.

Index Name Field(s) Unique Primary Clustered
 IX_DESIGNATIONLEVELRECIPIENT_BASECURRENCYID BASECURRENCYID      
 IX_DESIGNATIONLEVELRECIPIENT_CONSTITUENTID CONSTITUENTID      
 IX_DESIGNATIONLEVELRECIPIENT_DATEADDED DATEADDED    
 IX_DESIGNATIONLEVELRECIPIENT_DATECHANGED DATECHANGED      
 IX_DESIGNATIONLEVELRECIPIENT_ORGANIZATIONEXCHANGERATEID ORGANIZATIONEXCHANGERATEID      
 PK_DESIGNATIONLEVELRECIPIENT ID  

Trigger Name Description
 TR_DESIGNATIONLEVELRECIPIENT_INSERTUPDATE_CURRENCY
 TR_DESIGNATIONLEVELRECIPIENT_AUDIT_UPDATE
 TR_DESIGNATIONLEVELRECIPIENT_AUDIT_DELETE

Entity-Relationship diagram of this table