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 | (getdate()) |
|
|
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 |
||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| WISHLISTS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| WISHLISTS_ACTIVITY_ID_IX | Performance | Asc | ACTIVITY_ID |
| WISHLISTS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| WISHLISTS_ORG_ID_1_IX | Performance | Asc | ORG_ID |
| WISHLISTS_ORG_ID_2_IX | Performance | Asc | ORG_ID |
| WISHLISTS_PARTICIPANT_CUSTOMER_ID_IX | Performance | Asc | PARTICIPANT_CUSTOMER_ID |
| WISHLISTS_PROGRAM_ID_IX | Performance | Asc | PROGRAM_ID |
| WISHLISTS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| WISHLISTS_WISHLIST_ID_ORG_ID_CUSTOMER_ID_ACTIVITY_ID_PROGRAM_ID_IX | Performance | Asc/Asc/Asc/Asc/Asc | WISHLIST_ID + ORG_ID + CUSTOMER_ID + ACTIVITY_ID + PROGRAM_ID |
| WISHLISTS_WISHLIST_PARTICIPANT_ID_IX | Performance | Asc | WISHLIST_PARTICIPANT_ID |