Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|
| CUSTOM_QUESTION_ID | int | 4 | √ | null |
|
|
Custom question ID |
|
| QUESTION_ORDER | int | 4 | √ | null |
|
|
The order number that the question should be presented in |
|
| GROUPCUSTOMQUESTION_ID | int | 4 | √ | null |
|
|
Group custom question ID (for internal use) |
|
| CUSTOM_QUESTION_GROUP_ID | int | 4 | √ | null |
|
|
Custom question group ID (for internal use) |
|
| CUSTOMERCUSTOMQUESTION_ID | int | 4 | √ | null |
|
|
Customer custom question ID (for internal use) |
|
| IS_FAMILY_LEVEL | varchar | 5 | √ | null |
|
|
Whether the question is presented at the family level (Yes/No) |
|
| ACTIVITYCUSTOMQUESTION_ID | int | 4 | √ | null |
|
|
Activity custom question ID (for internal use) |
|
| ACTIVITY_ID | int | 4 | √ | null |
|
|
Activity ID |
|
| IS_REQUIRED | varchar | 5 | √ | null |
|
|
Whether an answer is required to the question (Yes/No) |
|
| DO_NOT_EDIT_AFTER | date | 20 | √ | null |
|
|
The last date that the custom question should allow edits |
|
| DO_NOT_SHOW_AFTER | date | 20 | √ | null |
|
|
The last date that the custom question should be displayed |
|
| CREATE_TEAM_ONLY_QUESTION | varchar | 5 | √ | null |
|
|
Whether the question should only be displayed when creating a new team (Yes/No) |
|
| JOIN_TEAM_ONLY_QUESTION | varchar | 5 | √ | null |
|
|
Whether the question should only be displayed when joining an existing team (Yes/No) |
|
| NO_TEAM_ONLY_QUESTION | varchar | 5 | √ | null |
|
|
Whether the question should only be displayed when not specifying a team (Yes/No) |
|
| GROUP_DESCRIPTION | varchar | 30 | √ | null |
|
|
Custom question group description |
|
| GROUP_HEADER_TEXT | varchar | 50 | √ | null |
|
|
Custom question group heading text |
|
| GROUP_ORDER | int | 4 | √ | null |
|
|
Custom question group order |
|
| CHARGE_CQ_ID | int | 4 | √ | null |
|
|
Charge custom question ID (for internal use) |
|
| CHARGE_ID | int | 4 | √ | null |
|
|
Charge ID |
|
| CHARGE_ELG_CQ_ID | int | 4 | √ | null |
|
|
Charge eligibility custom question ID (for internal use) |
|
| CHARGE_CUSTOMEQUESTION_ANSWERS_ID | int | 4 | √ | null |
|
|
Standard charge custom question ID (for internal use) |
|
| STANDARDCHARGES_ID | int | 4 | √ | null |
|
|
Standard charge ID |
|
| ANSWERS | varchar | 8000 | √ | null |
|
|
Defined answers for the custom question |
|
| DCPROGRAMCUSTOMQUESTION_ID | int | 4 | √ | null |
|
|
Program custom question ID (for internal use) |
|
| DCPROGRAM_ID | int | 4 | √ | null |
|
|
Program ID |
|
| EVENTTYPECUSTOMQUESTION_ID | int | 4 | √ | null |
|
|
Event type custom question ID (for internal use) |
|
| EVENTTYPE_ID | int | 4 | √ | null |
|
|
Event type ID |
|
| PACKAGECUSTOMQUESTION_ID | int | 4 | √ | null |
|
|
Package custom question ID (for internal use) |
|
| PACKAGE_ID | int | 4 | √ | null |
|
|
Package ID |
|
| PACKAGE_CUSTOMQUESTIONS_RENEWAL_ID | int | 4 | √ | null |
|
|
Package renewal custom question ID (for internal use) |
|
| PASSLAYOUT_CUSTOMQUESTION_ID | int | 4 | √ | null |
|
|
Pass layout custom question ID (for internal use) |
|
| PASSLAYOUT_ID | int | 4 | √ | null |
|
|
Pass layout ID |
|
| POS_PRODUCT_CUSTOM_QUESTION_ID | int | 4 | √ | null |
|
|
POS product custom question ID (for internal use) |
|
| POSPRODUCT_ID | int | 4 | √ | null |
|
|
POS product |
|
| 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) |
|---|---|---|---|
| CUSTOM_QUESTION_LINKS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| CUSTOM_QUESTION_LINKS_ACTIVITY_ID_IX | Performance | Asc | ACTIVITY_ID |
| CUSTOM_QUESTION_LINKS_ACTIVITYCUSTOMQUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | ACTIVITYCUSTOMQUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_CHARGE_CQ_ID_ORG_ID_IX | Performance | Asc/Asc | CHARGE_CQ_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_CHARGE_CUSTOMEQUESTION_ANSWERS_ID_ORG_ID_IX | Performance | Asc/Asc | CHARGE_CUSTOMEQUESTION_ANSWERS_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_CHARGE_ELG_CQ_ID_ORG_ID_IX | Performance | Asc/Asc | CHARGE_ELG_CQ_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_CHARGE_ID_IX | Performance | Asc | CHARGE_ID |
| CUSTOM_QUESTION_LINKS_CUSTOM_QUESTION_GROUP_ID_IX | Performance | Asc | CUSTOM_QUESTION_GROUP_ID |
| CUSTOM_QUESTION_LINKS_CUSTOM_QUESTION_ID_IX | Performance | Asc | CUSTOM_QUESTION_ID |
| CUSTOM_QUESTION_LINKS_CUSTOMERCUSTOMQUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | CUSTOMERCUSTOMQUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_DCPROGRAM_ID_IX | Performance | Asc | DCPROGRAM_ID |
| CUSTOM_QUESTION_LINKS_DCPROGRAMCUSTOMQUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | DCPROGRAMCUSTOMQUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_EVENTTYPE_ID_IX | Performance | Asc | EVENTTYPE_ID |
| CUSTOM_QUESTION_LINKS_EVENTTYPECUSTOMQUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | EVENTTYPECUSTOMQUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_GROUPCUSTOMQUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | GROUPCUSTOMQUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_PACKAGE_CUSTOMQUESTIONS_RENEWAL_ID_ORG_ID_IX | Performance | Asc/Asc | PACKAGE_CUSTOMQUESTIONS_RENEWAL_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_PACKAGE_ID_IX | Performance | Asc | PACKAGE_ID |
| CUSTOM_QUESTION_LINKS_PACKAGECUSTOMQUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | PACKAGECUSTOMQUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_PASSLAYOUT_CUSTOMQUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | PASSLAYOUT_CUSTOMQUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_PASSLAYOUT_ID_IX | Performance | Asc | PASSLAYOUT_ID |
| CUSTOM_QUESTION_LINKS_POS_PRODUCT_CUSTOM_QUESTION_ID_ORG_ID_IX | Performance | Asc/Asc | POS_PRODUCT_CUSTOM_QUESTION_ID + ORG_ID |
| CUSTOM_QUESTION_LINKS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| CUSTOM_QUESTION_LINKS_STANDARDCHARGES_ID_IX | Performance | Asc | STANDARDCHARGES_ID |