Program control table used by Unicenter Service Desk applications
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| caption | nvarchar(50) | with null | The caption value for this admin_tree. |
| description | nvarchar(255) | with null | Textual description of this tree entry |
| has_children | integer | with null | The has children value for this admin_tree. |
| parent_id | integer | with null | The parent id value for this admin_tree. |
| resource | nvarchar(255) | with null | The resource value for this admin_tree. |
| sd_admin | integer | with null | The sd admin value for this admin_tree. |
| kt_admin | integer | with null | The kt admin value for this admin_tree. |
| kt_manager | integer | with null | The kt manager value for this admin_tree. |
| kt_ks_flag | integer | with null | The kt ks flag value for this admin_tree. |
| kt_ks_caption | nvarchar(50) | with null | The kt ks caption value for this admin_tree. |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
Product Name: Unicenter Service Desk
Table Type: Table