Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | bigint identity | 8 | null |
|
|
The Hub record ID |
|||||
| CUSTOMER_WAIVER_ID | int | 4 | √ | null |
|
|
Customer waiver ID |
||||
| DESCRIPTION | varchar | 50 | √ | null |
|
|
The description of the waiver |
||||
| WAIVER_STATUS | varchar | 20 | √ | null |
|
|
The status of the waiver (Active / Deactivated) |
||||
| WAIVER_TEXT | varchar | 8000 | √ | null |
|
|
The text body of the waiver |
||||
| UPLOADED_FILE_ID | int | 4 | √ | null |
|
|
The file ID of the uploaded waiver document if one exists |
||||
| UPLOADED_FILE_NAME | varchar | 50 | √ | null |
|
|
The file name of the uploaded waiver document if one exists |
||||
| UPLOADED_FILE_TYPE | varchar | 50 | √ | null |
|
|
The file type of the uploaded waiver document if one exists |
||||
| IS_REQUIRED | varchar | 5 | √ | null |
|
|
Whether this waiver must be agreed to (Yes/No) |
||||
| REQUIRE_INITIALS_ONLINE | varchar | 5 | √ | null |
|
|
Whether the customer must provide their initials for this waiver during online transactions (Yes/No) |
||||
| LOWER_AGE | int | 4 | √ | null |
|
|
The minimum customer age that this waiver should be applied to |
||||
| UPPER_AGE | int | 4 | √ | null |
|
|
The maximum customer age that this waiver should be applied to |
||||
| CREATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that this waiver was created |
||||
| LAST_MODIFY_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that this waiver was last updated |
||||
| 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 |