Maps internal enums to strings for representing notification urgency for contacts
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| enum | integer | not null | Enumerated value for this entry - specifies ordering in lists and relative values |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(60) | not null | Notify urgency symbol |
| nx_desc | nvarchar(40) | with null | Description of not. urg. |
Product Name: Unicenter Service Desk
Table Type: Table