Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | null |
|
|
The dbo record ID |
||
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| SCHOLARSHIP_APPLICATION_ID | int | 4 | null |
|
|
The unique ID for this object |
||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The unique ID for this Customer |
|
| CUSTOMER_NAME | varchar | 511 | null |
|
|
The name of the Customer |
||
| CHARGE_ID | int | 4 | √ | null |
|
|
The Unique ID for the Scholarship Charge |
|
| CHARGE_NAME | varchar | 50 | √ | null |
|
|
The name of the Scholarship charge |
|
| SCHOLARSHIP_TYPE | varchar | 10 | √ | null |
|
|
The Type of the scholarship (Individual/Family) |
|
| USER_ID | int | 4 | √ | null |
|
|
The unique ID for the User |
|
| USER_NAME | varchar | 511 | null |
|
|
The name of the User |
||
| SITE_ID | int | 4 | √ | null |
|
|
The unique ID for the initiating Site |
|
| SITE_NAME | varchar | 255 | √ | null |
|
|
The name of the initiating site |
|
| APPROVED_BY | int | 4 | √ | null |
|
|
The ID of the approving user |
|
| APPROVER_NAME | varchar | 511 | null |
|
|
The name of the approver |
||
| DATE_STAMP | datetime | 16,3 | √ | null |
|
|
Date entered |
|
| STATUS | varchar | 8 | √ | null |
|
|
Current Status |
|
| APPROVAL_DATE | datetime | 16,3 | √ | null |
|
|
Date of approval, if applicable |
|
| APPROVAL_SITE_ID | int | 4 | √ | null |
|
|
Site of approval, if applicable |
|
| FAMILY_ID | int | 4 | √ | null |
|
|
The unique ID of the associated Family |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
Date and time dbo record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The dbo sync process ID |