NotificationType Table

FlexNet Manager Suite 2020 R1 (On-Premises)

NotificationType stores a list of notification types that can be sent to end-users.

Table 1. Database columns for NotificationType table

Database Column

Details

NotificationTypeID

Type: integer. Key. Generated ID

A unique identifier for each NotificationType. Possible values and the corresponding default strings are:

  • 1 = Contract Expiry (a notification sent to end-users responsible for a contract when it is due to expire)
  • 2 = Contract Renewal (a notification sent to end-users responsible for a contract when it is due for renewal)
  • 3 = Task Due (a notification sent to the end-user assigned to a task when it is due for completion)
  • 4 = Task Reminder (a notification sent to the end-user assigned to a task as a reminder that the task is nearing completion)
  • 5 = Task Escalation (a notification sent to the end-user assigned to receive escalations, typically when a task is not completed on time).
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a notification type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.

NotificationTemplateID

Type: integer. Key. Nullable

The template to use when sending notifications of this type. Foreign key to the NotificationTemplate table.

FlexNet Manager Suite (On-Premises)

2020 R1