DECEASINGRULE (4.0SP17)

Contains global deceasing rules.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SOLICITCODEID

uniqueidentifier

true

Solicit code to add

MARITALSTATUSCODEID

uniqueidentifier

true

Change marital status of spouse to.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

ADDSOLICITCODE

bit

false

0

Indicates whether or not to add a solicit code deceased constituents.

SETEFTSTATUS

bit

false

0

Indicates whether or not to changes the deceased's EFT status on all financial accounts.

EFTSTATUSCODE

tinyint

false

0

Indicates the changed EFT status value.

EFTSTATUS

nvarchar(10) (Computed)

true

Provides a translation for the 'EFTSTATUSCODE' field.

DISABLEWEATHRATINGS

bit

false

0

Indicates whether or not to disable wealth ratings for deceased prospects.

DISABLESPOUSERECOGNITIONCREDIT

bit

false

0

Indicates whether or not to no longer give recognition credit for gifts given by the spouse.

SETMARITALSTATUS

bit

false

0

Indicates whether or not to change the spouse's marital status.

MARKINACTIVE

bit

false

0

Indicates whether or not to contact deceased constituents.

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_DECEASINGRULE_DATEADDED

DATEADDED

False

False

True

IX_DECEASINGRULE_DATECHANGED

DATECHANGED

False

False

False

PK_DECEASINGRULE

ID

True

True

False

Triggers
Trigger Name Description

TR_DECEASINGRULE_AUDIT_UPDATE

TR_DECEASINGRULE_AUDIT_DELETE