The User Action Cross Reference links User Actions records to actions on Class, Global, or Escalation actions.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(50) | not null | 50 chars, text field, read/write access. This is the unique ID of the Class, Global, or Escalation, that generates a User Action. |
| object | varchar(80) | with null | 50 chars, text field, write access for DEFINE otherwise read only access. This is the ID of the Class, Global, Queue or Menu record to associate with a specific User Action. |
| objecttype | integer | with null | Integer, read/write access. The values for this field are: LINKER_OBJECT_CLASS; LINKER_OBJECT_GLOBAL; LINKER_OBJECT_MENU; and LINKER_OBJECT_QUEUE. |
| action | varchar(80) | with null | Integer, read/write access. This indicates why the User Action is being initiated: Auto, Create, Acknowledge, Transfer, Close, or User Menu. |
| actiontype | integer | with null | Integer, read/write access, default value is LINKER_ACTION_CREATE. The values for this field are: LINKER_ACTION_CREATE (this action is performed on create); LINKER_ACTION_ACKNOWLEDGE (this action is performed on an acknowledge); LINKER_ACTION_TRANSFER (this action is performed on a queue transfer); LINKER_ACTION_CLOSE (this action is performed on a close); LINKER_ACTION_USERMENU (For OBJECTTYPE of MENU, the value of ACTION is a User Menu ID); LINKER_ACTION_MENUACTION (for OBJECTTYPE of MENU, the value of action is a Menu Action). |
| sequence | integer | with null | Integer, read/write access. The order the action is displayed in a User Menu. This field is only valid for OBJECTTYPE of MENU. |
| created | integer | with null | ULONG cast of time_t, read only access. The Level 1 API sets this field to the current time when a User Action Cross Reference record is created. |
| createdby | varchar(60) | with null | 60 chars, read only access. The Level 1 API sets this field to the ID of the user who created this User Action Cross Reference record. |
| modified | integer | with null | ULONG cast of time_t, read only access. The Level 1 API sets this field to the current time when a User Action Cross Reference record is altered. This is the most recent change and there is no history kept of previous changes. |
| modifiedby | varchar(60) | with null | 60 chars, text field, read only access. The Level 1 API sets this field to the ID of the user who most recently modified this User Action Cross Reference record. |
Product Name: Unicenter Network and System Management/Alert Management
Table Type: Table