Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = '' The name of this process.
 DESCRIPTION nvarchar(255)   Default = '' The description of this process.
 REFERENCENUMBER nvarchar(20)   Default = '' The reference number for this record.
 STARTDATE datetime Start date
 ENDDATE datetime End date
 UPDATEGIFTAIDSTATUS bit   Default = 1 Indicates that at the beginning of the R68 process the UPDATEGIFTAIDSTATUS global change will be run.
 TAXCLAIMNUMBER nvarchar(10)   Default = '' Tax Claim Number
 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.
 RUNGIFTAIDSPONSORSHIPSONLY bit   Default = 0 Indicates that the R68 process should only pick up Gift Aid sponsorships.

Foreign Key Field Type Null Notes Description
 IDSETREGISTERID uniqueidentifier IDSETREGISTER.ID Indicates the IDSETREGISTER used to filter records included in the process.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_R68_DATEADDED DATEADDED    
 IX_R68_DATECHANGED DATECHANGED      
 PK_R68 ID  
 UC_R68_NAME NAME    

Trigger Name Description
 TR_R68_AUDIT_UPDATE
 TR_R68_AUDIT_DELETE

Referenced by Field
 R68DETAIL R68ID
 R68ONLINESUBMISSIONPARAMETERS R68PROCESSID
 R68PROCESSCOMMITPARAMETERS R68PROCESSID
 R68REFUNDDETAIL R68ID
 R68STATUS PARAMETERSETID

Entity-Relationship diagram of this table