Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | bigint identity | 8 | √ | null |
|
|
The Hub record ID |
||||
| CUSTOMER_SIGNED_WAIVER_ID | int | 4 | √ | null |
|
|
Customer signed waiver ID |
||||
| CUSTOMER_WAIVER_ID | int | 4 | √ | null |
|
|
Customer waiver ID |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who the waiver is for |
||||
| SYSTEMUSER_ID | int | 4 | √ | null |
|
|
The ID of the system user who performed the transaction that resulted in the waiver being accepted or signed |
||||
| 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 |
||||
| REQUIRE_INITIALS_ONLINE | varchar | 5 | √ | null |
|
|
Whether the customer must provide their initials for this waiver during online transactions (Yes/No) |
||||
| 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 |
||||
| SIGNED_BY_CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who signed the waiver |
||||
| ONLINE_WAIVER_INITIALS | varchar | 4 | √ | null |
|
|
The initials provided online when signing the waiver |
||||
| SIGNED_WAIVER_FILE_ID | int | 4 | √ | null |
|
|
The file ID of the uploaded signed waiver document if one exists |
||||
| SIGNATURE_BASE64 | varchar | 8000 | √ | null |
|
|
The BASE64 image of the customer signature |
||||
| 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) |
|---|---|---|---|
| CUSTOMER_SIGNED_WAIVERS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| CUSTOMER_SIGNED_WAIVERS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| CUSTOMER_SIGNED_WAIVERS_CUSTOMER_SIGNED_WAIVER_ID_ORG_ID_UQ | Must be unique | Asc/Asc | CUSTOMER_SIGNED_WAIVER_ID + ORG_ID |
| CUSTOMER_SIGNED_WAIVERS_CUSTOMER_WAIVER_ID_IX | Performance | Asc | CUSTOMER_WAIVER_ID |
| CUSTOMER_SIGNED_WAIVERS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| CUSTOMER_SIGNED_WAIVERS_SIGNED_BY_CUSTOMER_ID_IX | Performance | Asc | SIGNED_BY_CUSTOMER_ID |
| CUSTOMER_SIGNED_WAIVERS_SYSTEMUSER_ID_IX | Performance | Asc | SYSTEMUSER_ID |