- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 09:54 AM
We have a catalog item that creates a request item uses two variables that refer to extended cmdb table fields. In the request item, the variables are displaying as sys_ids. Is there any way to display the display value? Setting the field's display value to true has no effect.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 08:43 AM
I found that this was actually an artifact of domain separation. When the catalog item is invoked from the global domain, the display value is not displayed, only the sys_id is displayed. When the catalog item is invoked from a top level domain, the reference fields display the display value as expected. I'm not sure why this occurs, however, but as the end user will be invoking from a top level domain, it's not an issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 02:32 PM
This makes the variable readable on the RITM, but it breaks the workflow, which is expecting a sys_id. The value of the field should be sys_id. It just needs to display the name of the CI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 02:35 PM
You need to update your workflow script to lookup sys_-d.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 02:46 PM
Gross.
That seems pretty kludgy but it will probably work. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2019 11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 06:47 AM
Thanks for the reply. Unfortunately that is how it is configured. On the catalog item and the service portal, the names of the data center and the room display properly. It's only when the variables are displayed on the RITM where the issue occurs. And capitalizing name to Name would break the variable as well.