FEPSUBMITPROCESS

Contains FEP submit process data

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
NAME nvarchar(100) Default = 'Fundraising Effectiveness Project Submit Process' The name of the submit process
PERIOD1STARTDATE date yes Start date for period 1
PERIOD1ENDDATE date yes End date for period 1
PERIOD2STARTDATE date yes Start date for period 2
PERIOD2ENDDATE date yes 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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Keys

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.

Indexes

Index Name Fields Unique Primary Clustered
IX_FEPSUBMITPROCESS_DATEADDED DATEADDED yes
IX_FEPSUBMITPROCESS_DATECHANGED DATECHANGED
PK_FEPSUBMITPROCESS ID yes yes
UC_FEPSUBMITPROCESS_FEPPROCESSID FEPPROCESSID yes

Triggers

Trigger Name Description
TR_FEPSUBMITPROCESS_AUDIT_UPDATE
TR_FEPSUBMITPROCESS_AUDIT_DELETE

Referenced by

Referenced by Field
FEPSUBMITPROCESSSTATUS PARAMETERSETID