- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2022 08:32 AM
I have a catalog item that contains a list collector that i will use to populate the description field of a catalog task.
When i use this variable, the sysID of the server selected is populated instead of the displayName
If i try to drill down into the variable and select the name (pulling from the cmdb_ci_server) table, it shows blank on the task.
I've set the display field on the table to be the name but it still shows the sysID.
What should be the correct way in getting the displayName for these?
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2022 08:42 AM
Hi
a list collector field is just a String field with a comma-separated list of Sys IDs.
If you need the display names you have to iterate over the Sys IDs and lookup the relating records.
See the following article if you want to know how to build that: https://community.servicenow.com/community?id=community_blog&sys_id=e244e902dbcc2010fb4ae15b8a9619c3
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2025 03:12 PM
Hey @IT Eric ,
Can you share how you were able to accomplish this?
I am having a similar issue needing to populate short description with user names selected via list collector (sys_user) and I am getting the sys_id when I really want the name.