Catalog Varibles to show up in the RITM list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 07:47 AM
Hi,
I have a requirement to create a new list view which references to a table RITM, but on that list view I need to get the variables from the catalog item and the data should populate in to that columns on the list view.
Any suggestions would be appreciated.
Regards
Sree

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 08:40 AM
Last I remember this is still not possible. To do this you would have to do a database view between sc_req_item, and sc_item_optiom_mtom and then dot walk to the dependent record to get the value, and dotwalk to the parent to get the question to get the variable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 07:46 AM
This is possible now at least in Core UI, there's a variables option when go to configure a list. If you don't have admin permissions, you can also make a report (right click from your list headers, and create a bar graph, change it to a list, change the columns, variables should be listed there too).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 04:18 AM
Hi,
1)Create a new view for RITM table
2)Navigate to sys_ui_list_list.do and open a view you have created
3)In the List Elements related list create a new record and set Element field to variables.sys_id (sys_id of the variable in item_option_new table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 03:30 AM
Hi @kiruthika
I tried to bring in the catalog item variable on the list view of the My Groups Work list using the above steps listed. I'm getting the variable name but the value of that variable is populated only when we click on the list view .Can anyone help me with this. Please find the attachment below for the list view of how it is been visible.I tried to bring in the catalog item variable on the list view of the My Groups Work list using the above steps listed. I'm getting the variable name but the value of that variable is populated only when we click on the list view .Can anyone help me with this. Please find the attachment below for the list view of how it is been visible.
Regards,
BK