usm_calendar

Represents a calendar.

A calendar has multiple associated event categories that may contain events. Also, the calendar itself may contain events not related to any event categories.

Column Name Column Datatype Column Null Option Column Comment
calendar_oid varchar(20) not null Unique identity of the calendar
name nvarchar(50) not null Name of the calendar
description nvarchar(255) with null Description
status char(1) with null Status of the calendar.

Product Name: Unicenter Service Management

Table Type: Table

Relationships:

Primary Key Related Table Related Column
calendar_oid usm_service_event calendar_oid
calendar_oid usm_report_group calendar_oid
calendar_oid usm_recurring_event calendar_oid
calendar_oid usm_onetime_event calendar_oid
calendar_oid usm_calendar_category calendar_oid


Copyright © 2006 CA. All rights reserved.