| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
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. |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
RECOGNITIONLEVELID |
uniqueidentifier | RECOGNITIONLEVEL.ID | The declined recognition level(s) for this constituent. | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CONSTITUENTID |
uniqueidentifier | CONSTITUENT.LOCALID | The constituent record associated with the recognition program. | |
RECOGNITIONPROGRAMID |
uniqueidentifier | RECOGNITIONPROGRAM.ID | The recognition program associated with the declined level. | |
REASONCODEID |
uniqueidentifier | ![]() |
RECOGNITIONDECLINEDLEVELREASONCODE.ID |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_DATEADDED |
DATEADDED | ![]() |
||
IX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_DATECHANGED |
DATECHANGED | |||
PK_CONSTITUENTRECOGNITIONDECLINEDLEVEL |
ID | ![]() |
![]() |
|
UIX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_CONSTITUENTID_RECOGNITIONPROGRAMID_RECOGNITIONLEVELID |
CONSTITUENTID, RECOGNITIONPROGRAMID, RECOGNITIONLEVELID | ![]() |
| Trigger Name | Description |
|---|---|
TR_CONSTITUENTRECOGNITIONDECLINEDLEVEL_AUDIT_DELETE |
|
TR_CONSTITUENTRECOGNITIONDECLINEDLEVEL_AUDIT_UPDATE |

ID
DATEADDED
TSLONG
RECOGNITIONLEVELID
IX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_DATEADDED
IX_CONSTITUENTRECOGNITIONDECLINEDLEVEL_DATECHANGED