CUSTOMER_WAIVERS

0 rows


Description

Your organization’s defined customer waivers

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_SIGNED_WAIVERS.CUSTOMER_WAIVER_ID Defined in XML R

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
UPLOADED_FILES.UPLOADED_FILE_ID Defined in XML R

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 (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_WAIVERS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
CUSTOMER_WAIVERS_CUSTOMER_WAIVER_ID_ORG_ID_UQ Must be unique Asc/Asc CUSTOMER_WAIVER_ID + ORG_ID
CUSTOMER_WAIVERS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships