Impact is a measure of the significance of an event by the user. It is used on Incident Reports.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| enum | integer | not null | Enumerated value for this entry - specifies ordering in lists and relative values |
| sym | NVARCHAR(12) | not null | R:1..5 |
| nx_desc | NVARCHAR(40) | with null | Description of impact |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | BYTE(16) | with null | Specifies the uuid of the contact who last modified this record |
| value | integer | with null | Used by ITIL code |
Product Name: Unicenter Service Desk
Table Type: Table