Contains information about web GUI controls
| Column Name | Column Datatype | Column Null Option | Column Comment |
| cnid | integer | not null | Control ID. Primary key. |
| cnobject | nvarchar(50) | with null | Control object |
| cnname | nvarchar(50) | with null | Control name |
| table_name | nvarchar(32) | with null | Table name for field which control represents. First part of foreign key to the arg_field_def table. |
| field_name | nvarchar(32) | with null | Field name for field which control represents. Second part of foreign key to the arg_field_def table. |
| cndefid | integer | with null | Control subtype |
| cntype | smallint | with null | Control type |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
| class_name | nvarchar(255) | with null | Class name for attribute which control represents. First part of foreign key to the arg_attribute_def table. |
| attribute_name | nvarchar(255) | with null | Attribute name for attribute which control represents. Second part of foreign key to the arg_attribute_def table. |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table