Used to store URC address book group definitions
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uid | byte(16) | not null | UUID of the address book group entry |
| domain_uuid | byte(16) | not null | UUID of the domain the address book group originates from |
| label | nvarchar(255) | with null | The name of the address book group |
| description | nvarchar(255) | with null | Description of the address book group |
| sub_root_item | byte(1) | not null | A flag if the address book group is a root group in the global address book |
| inheritance | byte(1) | not null | A flag if the address book group inherits the permissions from its parent groups |
| update_children | byte(1) | not null | A flag if the children groups of an address book group should be updated during the current update of this group |
| update_viewer_version | integer | with null | The version is used as indicator if a viewer needs global address book updates |
| auto_rep_version | date | with null | Version used by the replication engine |
Product Name: Unicenter Desktop and Server Management
Table Type: Table