Contains information about internal string lists
| Column Name | Column Datatype | Column Null Option | Column Comment |
| slid | smallint | not null | String List ID. First part of the primary key. Foreign key to the arg_listdef table. |
| slentry | smallint | not null | List Entry Number. Second part of the primary key. |
| slvalue1 | nvarchar(60) | with null | List Entry Value 1 |
| slvalue2 | nvarchar(60) | with null | List Entry Value 2 |
| creation_user | nvarchar(64) | with null | Creation user |
| 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