Contains information about list definitions
| Column Name | Column Datatype | Column Null Option | Column Comment |
| ldid | integer | not null | List Entry. Primary key. |
| ldlist | nvarchar(50) | with null | List name |
| description | nvarchar(255) | with null | List description |
| ldformat | smallint | with null | Field format |
| attribute_popup | smallint | with null | Flag representing whether this field has a popup button associated with it. 0=False (not a popup), 1=True (popup) |
| attribute_codedpopup | smallint | with null | Flag representing whether this field has a coded popup button associated with it. 0=False (not a coded popup), 1=True (coded popup) |
| ldprot | smallint | with null | Protected List |
| ldtype | smallint | with null | List Type |
| translation_list_type | smallint | with null | Translation List 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 |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table