Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The dbo record ID |
|
| WAITLIST_HISTORY_ID | int | 4 | null |
|
|
Unique ID for this change record |
||
| TRANSACTION_ID | int | 4 | √ | null |
|
|
The waitlisting TRANSACTION_ID |
|
| STATUS | varchar | 100 | √ | null |
|
|
Invitation status(0-NotInvited, 1-Invited, 2-Reinvited, 3-Registered, 4-Declined, 5-Expired, 6-AutoRemoved, 7-Cancelled, 8-Removed) |
|
| DATESTAMP | datetime | 16,3 | √ | null |
|
|
Datetime when the record was added |
|
| CONTACTS | varchar | 1000 | √ | null |
|
|
Invitation contacts |
|
| SYSTEMUSER_ID | int | 4 | √ | null |
|
|
ID of User who added this record |
|
| EXPIRATION_DATE | datetime | 16,3 | √ | null |
|
|
Expiration date of the invitation |
|
| OPERATE_CUSTOMER_ID | int | 4 | √ | null |
|
|
CUSTOMER_ID who added the participant to the waitlist |
|
| CONTACT_METHOD | varchar | 100 | √ | null |
|
|
Null, 0-None, 1-Email only, 2-Phone number only, 3-Phone number and email |
|
| 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_WAITLIST_HISTORY | Primary key | Asc/Asc | WAITLIST_HISTORY_ID + ORG_ID |