ContractNotification Table

ContractNotification lists the notifications that need to be sent for a contract.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ContractNotification table

Database Column

Details

ContractNotificationID

Type: integer. Key. Generated ID

A unique identifier for the contract notification.

ContractID

Type: integer. Key

The contract this record is associated with. Foreign key to the Contract table.

NotificationInterval

Type: integer

Defines how long before the contract notification is sent.

NotificationInterval TypeID

Type: integer

Defines the interval type used to work out how long before a contract notification is sent. Foreign key to the IntervalType table.

NotificationTypeID

Type: integer. Key

Defines the type of notification (contract renewal or contract expiry). Foreign key to the NotificationType table.