Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | null |
|
|
The Hub record ID |
|||||
| WISHLIST_ID | int | 4 | √ | null |
|
|
Wish list ID |
||||
| WISHLIST_PARTICIPANT_ID | int | 4 | √ | null |
|
|
Wish list participant ID |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Wish list customer ID |
||||
| PARTICIPANT_CUSTOMER_ID | int | 4 | √ | null |
|
|
Wish list participant customer ID |
||||
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The activity ID that the customer is wish listed for |
||||
| PROGRAM_ID | int | 4 | √ | null |
|
|
The program ID that the customer is wish listed for |
||||
| DATESTAMP | datetime | 16,3 | √ | null |
|
|
The date and time that the wish list entry was created or updated |
||||
| DATESTAMP_DATE_ONLY | date | 20 | √ | null |
|
|
The date that the wish list entry was created or updated |
||||
| ENROLLED | varchar | 5 | √ | null |
|
|
Whether the customer has been enrolled into the wish listed activity or program |
||||
| ENROLLMENT_DATE | date | 20 | √ | null |
|
|
The date that the customer was last enrolled into the wish listed activity or program |
||||
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
Date and time Hub record was last modified |
|||||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
||||
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |