Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The dbo record ID |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| QUESTION_TYPE | varchar | 255 | null |
|
|
Type of question |
||
| SUBSYSTEM | varchar | 255 | √ | null |
|
|
Subsystem that generated the question |
|
| TRANSACTION_TYPE | varchar | 255 | √ | null |
|
|
Type of transaction that generated the question |
|
| CUSTOMQUESTION_ID | int | 4 | null |
|
|
Identifier for the source custom question |
||
| CUSTOMQUESTIONANSWER_ID | int | 4 | null |
|
|
Identifier for the custom question answer |
||
| SCHOLARSHIP_APPLICATION_ID | int | 4 | null |
|
|
The unique ID for the scholarship application |
||
| QUESTION_GROUP | varchar | 255 | √ | null |
|
|
Description of the group that the question is a member of |
|
| TITLE | varchar | 100 | √ | null |
|
|
Title of question |
|
| QUESTION | varchar | 500 | √ | null |
|
|
Question text |
|
| ANSWER | varchar | 500 | √ | null |
|
|
Answer given. includes blank value for questions skipped or questions not answered. |
|
| DATESTAMP | datetime | 16,3 | √ | null |
|
|
Date and time answer was last recorded |
|
| DATESTAMP_DATE_ONLY | date | 20 | √ | null |
|
|
Date answer was last recorded |
|
| ACTIVE_HUB_SOURCE | varchar | 255 | null |
|
|
The source of the custom question answer data (internal use) |
||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time dbo record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The dbo sync process ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_CUSTOM_QUESTION_ANSWERS_SCHOLARSHIP_APPLICATION | Primary key | Asc/Asc | ORG_ID + CUSTOMQUESTIONANSWER_ID |