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
 ID uniqueidentifier   PROSPECTASSIGNMENTREQUEST.ID Primary Key.
 PROSPECTPLANID uniqueidentifier PROSPECTPLAN.ID A foreign key to the prospect plan for the request.
 SECONDARYFUNDRAISERID uniqueidentifier SECONDARYFUNDRAISER.ID A foreign key to the secondary fundraiser for the request.
 SOLICITORROLECODEID uniqueidentifier SOLICITORROLECODE.ID FK to SOLICITORROLECODE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_PROSPECTASSIGNMENTREQUESTPROSPECTPLAN_DATEADDED DATEADDED    
 IX_PROSPECTASSIGNMENTREQUESTPROSPECTPLAN_DATECHANGED DATECHANGED      
 IX_PROSPECTASSIGNMENTREQUESTPROSPECTPLAN_PROSPECTPLANID PROSPECTPLANID      
 PK_PROSPECTASSIGNMENTREQUESTPROSPECTPLAN ID  

Trigger Name Description
 TR_PROSPECTASSIGNMENTREQUESTPROSPECTPLAN_AUDIT_UPDATE
 TR_PROSPECTASSIGNMENTREQUESTPROSPECTPLAN_AUDIT_DELETE
 TR_PROSPECTASSIGNMENTREQUESTPROSPECTPLAN_AUDIT_ETLDELETEDID

Entity-Relationship diagram of this table