ORGANIZATIONPOSITIONHOLDER (4.0SP20)

Organization Hierarchy

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

POSITIONID

uniqueidentifier

false

FK to ORGANIZATIONPOSITION

CONSTITUENTID

uniqueidentifier

true

FK to CONSTITUENT table.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEFROM

datetime

false

The date that the solicitor and/or became effective.

DATETO

datetime

true

The date that the solicitor ceased to hold the position or should cease to hold the position.

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_ORGANIZATIONPOSITIONHOLDER_CONSTITUENTID

CONSTITUENTID

False

False

False

IX_ORGANIZATIONPOSITIONHOLDER_DATEADDED

DATEADDED

False

False

True

IX_ORGANIZATIONPOSITIONHOLDER_DATECHANGED

DATECHANGED

False

False

False

PK_ORGANIZATIONPOSITIONHOLDER

ID

True

True

False

Triggers
Trigger Name Description

TR_ORGANIZATIONPOSITIONHOLDER_AUDIT_UPDATE

TR_ORGANIZATIONPOSITIONHOLDER_AUDIT_DELETE