ISSC

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-29
16:30
153 views
Ho can get the values of a specific List from the Systeme Type Manager ?
1 Reply
GabiMedan1

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-03
12:34
Hello,
From api you can use ->
ucmdbService.getClassModelService().getEnumDefinitions();
From db you can use following sql but you will have to parse the output.-> select TEXT_DATA from URM_RESOURCES where RESOURCE_ID='<resourceName>' and TYPE='CM_TYPE_DEF'
Hope it helps.
Best Regards,
Gabi Medan