List of servers that can be delegated from this one along with export methods.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(64) | not null | System name |
| nx_desc | nvarchar(40) | with null | Description |
| server | nvarchar(128) | with null | Server name or ip address |
| metafile | nvarchar(256) | with null | Path to conversion metafile def |
| transport | integer | with null | The transport value for this Delegation_Server. |
| default_assignee | byte(16) | with null | Assignee for incoming tickets |
| appl_addr | nvarchar(48) | with null | Name or address of application |
| password | nvarchar(16) | with null | Server password |
| default_userid | nvarchar(8) | with null | Default userid |
| anon_userid | nvarchar(8) | with null | Anonymous userid |
Product Name: Unicenter Service Desk
Table Type: Table