Provides corresponding user name for an object attribute. Default population for the table should set at_name and at_dflt to the same thing. The user sees and is able to modify only the at_name. at_desc could be user changeable or not It is of use for identifying the attribute for an as yet unplanned user maintenance application. at_sys should never be seen by the user, nor should at_obj.
| 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) |
| at_name | nvarchar(30) | with null | User name for attribute |
| at_dflt | nvarchar(30) | with null | Default external name |
| at_sys | nvarchar(30) | with null | System name |
| at_obj | nvarchar(30) | with null | System obj name |
| at_desc | nvarchar(240) | with null | Description of attribute |
Product Name: Unicenter Service Desk
Table Type: Table