Adding variable to the list view of a custom table

Ramel
Mega Guru

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,

9 REPLIES 9

What does your custom table store?

Does it has variables stored in it like RITM?

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

the custom table has the RITM field in it.

Then did you try dot walking in the list layout? as mentioned in the other post.

 

 

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.