GROUPMEMBER (3.0)

This table track which constituents are members in which groups.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

GROUPID

uniqueidentifier

false

The ID of the constituent group record

MEMBERID

uniqueidentifier

false

The ID of the constituent member record

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

ISPRIMARY

bit

false

0

Indicates whether or not the group member is the primary contact for the group.

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_GROUPMEMBER_DATEADDED

DATEADDED

False

False

True

IX_GROUPMEMBER_DATECHANGED

DATECHANGED

False

False

False

IX_GROUPMEMBER_GROUPID

GROUPID

False

False

False

IX_GROUPMEMBER_MEMBERID

MEMBERID

False

False

False

PK_GROUPMEMBER

ID

True

True

False

Triggers
Trigger Name Description

TR_GROUPMEMBER_INSERT_HOUSEHOLD_UPDATE

TR_GROUPMEMBER_DELETE_HOUSEHOLD_UPDATE

TR_GROUPMEMBER_T2BUPDATE

TR_GROUPMEMBER_UPDATEISCONSTITUENT

TR_GROUPMEMBER_AUDIT_UPDATE

TR_GROUPMEMBER_AUDIT_DELETE

Referenced by
Referenced by Field

GROUPMEMBERDATERANGE

GROUPMEMBERID

GROUPMEMBERROLE

GROUPMEMBERID