Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 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(NotInvited, Invited, Reinvited, Registered, Declined, Expired, AutoRemoved, Cancelled, 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 |
|
| SYSTEMUSER_NAME | varchar | 511 | null |
|
|
First and Last Name 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 |
|
| OPERATE_CUSTOMER_NAME | varchar | 511 | null |
|
|
First and Last Name of Customer who added the participant to the waitlist |
||
| OPERATE_CUSTOMER_EMAIL | varchar | 255 | √ | null |
|
|
Email of Customer wh added the participant to the waitlist |
|
| CONTACT_METHOD | varchar | 100 | √ | null |
|
|
Null, None, Email only, Phone number only, 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 | null |
|
|
Date and time dbo record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The dbo sync process ID |
|
| SOURCE_ID | int | 4 | null |
|
|
The ID value from the Active Net system |