Relates contacts to other contacts to form groups of contacts
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) Numeric ID |
| group_id | byte(16) | not null | Group. Foreign key to the contact_uuid field of the ca_contact table. |
| member | byte(16) | not null | Member. Foreign key to the contact_uuid field of the ca_contact table. |
| manager_flag | integer | with null | 0=no, 1=group manager |
| notify_flag | integer | with null | 0=no notification,1=notify |
Product Name: Unicenter Service Desk
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| id | view_group_to_contact |