Adding variable to the list view of a custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 03:06 AM
Hi Community,
I just want to check if adding the catalog variable to the list of a custom table is possible? I have seen some posts here in the community that they are able to add the catalog variable in the list view by creating new view and then create the list/list element following variables.sys_ID [https://community.servicenow.com/community?id=community_question&sys_id=f8270329db1cdbc01dcaf3231f96198c]. This solution works if I create it in the sc_req_item table. I can see the variable and I can add it. But when I tried to create in the custom table following the same steps it is not working. The variable is still not showing and can't be added in the list view.
Can somebody advise if that is doable in custom table? If not, are there any alternative solutions so that I can add the catalog variable in the custom table list view? Thanks in advance.
Regards,
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 04:20 AM
What does your custom table store?
Does it has variables stored in it like RITM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 04:29 AM
If you have RITM as a reference variable in your custom table then may be you can use the same approach as mentioned in the link you tried.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 04:47 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 07:05 AM
Then did you try dot walking in the list layout? as mentioned in the other post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 07:14 AM
I did but I cannot get the list of variables unlike when creating report. In list layout when I select 'variables' expand it then no list of variables being shown.