R68

Contains parameter information for the R68 business process.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

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 yes Start date
ENDDATE datetime yes 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) yes 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 Keys

Foreign Key Field Type Null Notes Description
IDSETREGISTERID uniqueidentifier yes 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.

Indexes

Index Name Fields Unique Primary Clustered
IX_R68_DATEADDED DATEADDED yes
IX_R68_DATECHANGED DATECHANGED
PK_R68 ID yes yes
UC_R68_NAME NAME yes

Triggers

Trigger Name Description
TR_R68_AUDIT_UPDATE
TR_R68_AUDIT_DELETE

Referenced by

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