ACTIVITY_WAITLIST_GROUPS

0 rows


Description

Object for grouping Activities under the appropriate Waitlist Management Group

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The dbo record ID

ACTIVITY_WAITLIST_GROUPS_ID int 4 null

Unique ID for this Activity Waitlist Group record

ACTIVITY_ID int 4 null

Activity ID to attach to the Waitlist Group (many activities to one Waitlist Group)

WAITLIST_GROUP_ID int 4 null

ID of the Waitlist Management Group for this Activity ID

ROW_VERSION binary 8 null

System timestamp (for internal use)

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time dbo record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Indexes

Constraint Name Type Sort Column(s)
PK_ACTIVITY_WAITLIST_GROUPS Primary key Asc/Asc ACTIVITY_WAITLIST_GROUPS_ID + ORG_ID

Relationships