Contains information about dropdown lists. In UAPM, drop-down lists can be created for any field. UAPM By default provides drop-down lists for some of the fields of any object. It also allows the users to define these lists for any field depending on the business needs. Defining field drop-downs is done in UAPM customization window and a record is added to this table when it is defined.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dlldid | integer | not null | List entry. Primary key |
| dlkey | smallint | not null | List key. Second part of the primary key. |
| dlvalue | nvarchar(255) | with null | List value. |
| dlpavalu | nvarchar(255) | with null | Parent value. |
| dldesc | nvarchar(255) | with null | List description |
| dlprot | smallint | with null | Protected entry. |
| creation_user | nvarchar(64) | with null | User or process that created this 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. |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table