ContractNotification Table
FlexNet Manager Suite
2020 R1
(On-Premises)
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.
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 |
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 |
NotificationTypeID
|
Type: integer. Key Defines the type of notification (contract renewal or contract expiry). Foreign key to the |
FlexNet Manager Suite (On-Premises)
2020 R1