Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = 'Fundraising Effectiveness Project Submit Process' The name of the submit process
 PERIOD1STARTDATE date Start date for period 1
 PERIOD1ENDDATE date End date for period 1
 PERIOD2STARTDATE date Start date for period 2
 PERIOD2ENDDATE date End date for period 2
 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
 FEPPROCESSID uniqueidentifier   FEPPROCESS.ID The FEP process this submit process belongs to
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_FEPSUBMITPROCESS_DATEADDED DATEADDED    
 IX_FEPSUBMITPROCESS_DATECHANGED DATECHANGED      
 PK_FEPSUBMITPROCESS ID  
 UC_FEPSUBMITPROCESS_FEPPROCESSID FEPPROCESSID    

Trigger Name Description
 TR_FEPSUBMITPROCESS_AUDIT_UPDATE
 TR_FEPSUBMITPROCESS_AUDIT_DELETE

Referenced by Field
 FEPSUBMITPROCESSSTATUS PARAMETERSETID

Entity-Relationship diagram of this table