CONSTITUENTRECOGNITIONPROCESS (4.0SP17)

Contains information pertaining to the Constituent Recognition Process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

IDSETREGISTERID

uniqueidentifier

true

A foreign key to the ID set used to filter the records included in the constituent recognition process.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

The name of the parameter set.

DESCRIPTION

nvarchar(255)

false

''

The description of the parameter set.

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.

INITIALSTATUSCODE

tinyint

false

0

Initial status of the constituent recognition: 0 - Active, 2 - Pending

INITIALSTATUS

nvarchar(7) (Computed)

true

Provides a translation for the 'INITIALSTATUSCODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_CONSTITUENTRECOGNITIONPROCESS_DATEADDED

DATEADDED

False

False

True

IX_CONSTITUENTRECOGNITIONPROCESS_DATECHANGED

DATECHANGED

False

False

False

PK_CONSTITUENTRECOGNITIONPROCESS

ID

True

True

False

UC_CONSTITUENTRECOGNITIONPROCESS_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_CONSTITUENTRECOGNITIONPROCESS_DELETE_BUSINESSPROCESSINSTANCE

TR_CONSTITUENTRECOGNITIONPROCESS_AUDIT_UPDATE

TR_CONSTITUENTRECOGNITIONPROCESS_AUDIT_DELETE

Referenced by
Referenced by Field

CONSTITUENTRECOGNITIONPROCESSSTATUS

PARAMETERSETID