R68PROCESSCOMMITPARAMETERS

Stores parameters for the R68 Process Commit Process.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
NAME nvarchar(250) Default = ''
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
R68PROCESSID uniqueidentifier yes R68.ID FK to R68
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_R68PROCESSCOMMITPARAMETERS_DATEADDED DATEADDED yes
IX_R68PROCESSCOMMITPARAMETERS_DATECHANGED DATECHANGED
PK_R68PROCESSCOMMITPARAMETERS ID yes yes

Triggers

Trigger Name Description
TR_R68PROCESSCOMMITPARAMETERS_AUDIT_UPDATE
TR_R68PROCESSCOMMITPARAMETERS_AUDIT_DELETE

Referenced by

Referenced by Field
R68PROCESSCOMMITEXCEPTION R68PROCESSCOMMITPARAMETERSID
R68PROCESSCOMMITPARAMETERSSTATUS PARAMETERSETID