CONSTITUENTRECOGNITIONDECLINEDLEVEL (4.0SP17)

Table to hold all of the declined recognition program levels for constituents

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

RECOGNITIONLEVELID

uniqueidentifier

false

The declined recognition level(s) for this constituent.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CONSTITUENTID

uniqueidentifier

false

The constituent record associated with the recognition program.

RECOGNITIONPROGRAMID

uniqueidentifier

false

The recognition program associated with the declined level.

REASONCODEID

uniqueidentifier

true

Fields
Field Field Type Null Notes Description

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_DATEADDED

DATEADDED

False

False

True

IX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_DATECHANGED

DATECHANGED

False

False

False

PK_CONSTITUENTRECOGNITIONDECLINEDLEVEL

ID

True

True

False

UIX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_CONSTITUENTID_RECOGNITIONPROGRAMID_RECOGNITIONLEVELID

CONSTITUENTID

RECOGNITIONPROGRAMID

RECOGNITIONLEVELID

True

False

False

Triggers
Trigger Name Description

TR_CONSTITUENTRECOGNITIONDECLINEDLEVEL_AUDIT_UPDATE

TR_CONSTITUENTRECOGNITIONDECLINEDLEVEL_AUDIT_DELETE