RECOGNITIONDECLINEDLEVELREASONCODE

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
DESCRIPTION nvarchar(100)
ACTIVE bit Default = 1
SEQUENCE int Default = 0
DATEADDED datetime Default = getdate()
DATECHANGED datetime Default = getdate()
TS timestamp
TSLONG bigint (Computed) yes convert(bigint, TS)

Foreign Keys

Foreign Key Field Type Null Notes Description
ADDEDBYID uniqueidentifier CHANGEAGENT.ID
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID

Indexes

Index Name Fields Unique Primary Clustered
IX_RECOGNITIONDECLINEDLEVELREASONCODE_DATEADDED DATEADDED yes
PK_RECOGNITIONDECLINEDLEVELREASONCODE ID yes yes
UIX_RECOGNITIONDECLINEDLEVELREASONCODE_DESCRIPTION DESCRIPTION yes

Triggers

Trigger Name Description
TR_RECOGNITIONDECLINEDLEVELREASONCODE_AUDIT_UPDATE
TR_RECOGNITIONDECLINEDLEVELREASONCODE_AUDIT_DELETE
TR_RECOGNITIONDECLINEDLEVELREASONCODE_INSERT_BBNCCODETABLEIDMAP
TR_RECOGNITIONDECLINEDLEVELREASONCODE_DELETE_BBNCCODETABLEIDMAP

Referenced by

Referenced by Field
CONSTITUENTRECOGNITIONDECLINEDLEVEL REASONCODEID
CONSTITUENTRECOGNITIONDECLINEDPROGRAM REASONCODEID