DECEASINGOPTION (4.0SP17)

Contains system deceasing options.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

UPDATECONSTITUENCIES

bit

false

0

Indicates whether or not to update deceased's constituencies.

UPDATERELATIONSHIPS

bit

false

0

Indicates whether or not to update deceased's relationships.

ADDDOCUMENTATION

bit

false

0

Indicates whether or not to add documentation to deceased.

UPDATECONSTITUENTINTERACTIONS

bit

false

0

Indicates whether or not to update deceased's planned and pending interactions.

UPDATECONSTITUENTNAMEFORMATS

bit

false

0

Indicates whether or not to update deceased's name formats.

ADDTRIBUTE

bit

false

0

Indicates whether or not to add a tribute of the deceased constituent.

UPDATEHOUSEHOLDMEMBERS

bit

false

0

Indicates whether or not to update deceased's household members.

UPDATEHOUSEHOLDINTERACTIONS

bit

false

0

Indicates whether or not to update deceased's household planned and pending interactions.

UPDATEHOUSEHOLDNAMEFORMATS

bit

false

0

Indicates whether or not to update deceased's household name formats.

SHOWGROUPS

bit

false

0

Indicates whether or not to show groups associated with deceased.

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_DECEASINGOPTION_DATEADDED

DATEADDED

False

False

True

IX_DECEASINGOPTION_DATECHANGED

DATECHANGED

False

False

False

PK_DECEASINGOPTION

ID

True

True

False

Triggers
Trigger Name Description

TR_DECEASINGOPTION_AUDIT_UPDATE

TR_DECEASINGOPTION_AUDIT_DELETE