This table lists the actual attached events and their info.
| 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) |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| obj_id | nvarchar(30) | not null | The persid of the object |
| event_tmpl | nvarchar(30) | not null | This event is attached to the event template this event was created from. |
| start_time | integer | with null | Datetime event was attached |
| wait_time | integer | with null | Time to wait before fireing |
| fire_time | integer | with null | Datetime event will fire |
| first_fire_time | integer | with null | Datetime event first fired |
| cancel_time | integer | with null | Time canceled |
| num_fire | integer | with null | How many times you fired |
| status_flag | integer | with null | The status flag value for this Attached_Events. |
| user_smag | nvarchar(200) | with null | User smag field |
| group_name | nvarchar(30) | with null | Group smag field |
| owning_ast | integer | with null | Owning ast object (R11) |
Product Name: Unicenter Service Desk
Table Type: Table