The Association database contains records that associated an alert id with a managed or container object in a COR.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(50) | not null | 50 chars, text field, write access for Define otherwise read only access. The unique identifier for an Association is generated by the Level 1 API. |
| alertid | varchar(50) | with null | 50 chars, text field, write access for Define otherwise read only access. This is the ID of the Alert record that this Annotation record is for. |
| corename | varchar(64) | with null | 64 chars, text field, read/write access. This is the name of the COR in which the associated Managed Object or Container Object is located. |
| moclass | varchar(256) | with null | 256 chars, text field, read/write access. This is the World View Class Name of the associated Managed Object or Container. |
| name | varchar(256) | with null | 56 chars, text field, read/write access. This is the Name of the associated Managed Object or Container as represented by World View. |
| 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