Notifications that are queued due to workshifts are saved here.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| msg_title | nvarchar(40) | with null | Msg header text |
| msg_body | nvarchar(1000) | with null | Message text |
| msg_body_html | long nvarchar | with null | Message text |
| msg_ack | nvarchar(40) | with null | Message acknowledgment |
| notify_level | integer | with null | Notification level |
| transition_pt | integer | with null | Transition point |
| internal | integer | with null | Internal notification |
| cmth_override | integer | with null | Method over ride |
| context_persid | nvarchar(30) | with null | persistent id of object for notification |
Product Name: Unicenter Service Desk
Table Type: Table