NotificationItem Table

NotificationItem lists notifications that were sent to end-users.

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 NotificationItem table

Database Column

Details

NotificationItemID

Type: integer. Key. Generated ID

A unique identifier for this notification.

NotificationTypeID

Type: integer. Key

The type of notification to be sent. Foreign key to the NotificationType table.

NotificationDate

Type: datetime. Key

The date the notification should be sent.

TaskID

Type: integer. Key. Nullable

The task the notification is for, if any. Foreign key to the TermAndConditionTask table.

ContractID

Type: integer. Key. Nullable

The contract the notification is for, if any. Foreign key to the Contract table.

ComplianceUserID

Type: integer. Key

The end-user that is receiving the notification. Foreign key to the ComplianceUser table.

SentDate

Type: datetime. Key. Nullable

The date the notification was actually sent.