Tables for Event stuff. Events attached to objects
| 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) |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| sym | nvarchar(30) | not null | Event name |
| description | nvarchar(80) | with null | Event description |
| obj_type | nvarchar(30) | with null | Kind of object for this evt |
| condition | nvarchar(30) | with null | Macro function for condition |
| urgency | integer | with null | The urgency value for this Events. |
| work_shift | nvarchar(30) | with null | The work shift value for this Events. |
| delay_time | integer | not null | Time until condition check |
| modulo_time | integer | not null | Time increment to adjust |
| user_settime | integer | not null | Start time by Boolean if user can |
| on_done_flag | integer | not null | Set the fire_time time directly on the attached event What to do after firing |
| user_smag | nvarchar(200) | with null | User smag field |
| violate_on_true | integer | with null | The violate on true value for this Events. |
| violate_on_false | integer | with null | The violate on false value for this Events. |
Product Name: Unicenter Service Desk
Table Type: Table