Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | bigint | 8 | null |
|
|
The Hub record ID |
|||||
| FAMILY_MEMBER_ID | int | 4 | √ | null |
|
|
ID of the family member record. |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Customer’s ID |
||||
| FAMILY_ROLE | varchar | 50 | √ | null |
|
|
Customer’s role in the family. |
||||
| FAMILY_ID | int | 4 | √ | null |
|
|
ID of the family record. |
||||
| FAMILY_NAME | varchar | 255 | √ | null |
|
|
Family last name. |
||||
| MAIN_CONTACT | varchar | 5 | √ | null |
|
|
Whether the family member is the main contact for the family (Yes/No). |
||||
| IMMEDIATE_FAMILY_MEMBER | varchar | 5 | √ | null |
|
|
Whether the family member is an immediate family member (Yes/No). |
||||
| 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 |
||||
| FAMILY_ROLE_ID | int | 4 | √ | null |
|
|
The ID of the customer’s role in the family. |