WISHLISTS

0 rows


Description

The record of a customer’s expressed interest in following the availability of an activity or program

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
CUSTOMERS.CUSTOMER_ID Defined in XML R

Wish list customer ID

PARTICIPANT_CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

Wish list participant customer ID

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

The activity ID that the customer is wish listed for

PROGRAM_ID int 4 null
PROGRAMS.PROGRAM_ID Defined in XML R

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

Relationships

View Definition


Possibly Referenced Tables/Views