The event category is associated with a calendar and is a grouping of events, one-time or recurring.
An event category may have an associated set of legal values, event_category_values.
It may also have an exporter that is used to export events within this category to an external source.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| event_category_oid | varchar(20) | not null | Unique identity of the event category |
| name | nvarchar(50) | not null | Name of the event category |
| description | nvarchar(255) | with null | Description of the event category |
| exporter_oid | varchar(20) | with null | The exporter to which events within this category will be exported. May be NULL |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| event_category_oid | usm_service_event | event_category_oid |
| event_category_oid | usm_event_category_value | event_category_oid |
| event_category_oid | usm_calendar_category | event_category_oid |
| event_category_oid | usm_recurring_event | event_category_oid |
| event_category_oid | usm_onetime_event | event_category_oid |