What is "sys_ui_related_list" table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 10:05 AM
Hello community,
I am confused of table "sys_ui_related_list". Can someone please help me un understanding how can we navigate to this table from application navigator
What type of records will this table store in "sys_ui_related_list". How to validate or get relationship between the record saved in the table sys_ui_related_list with the actual table
Thanks in advance 😃 your response would be appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 10:47 AM
Ohh.. so you can see sys id instead of name? Is this a custom list or OOTB? And what role do you have?
have you deleted the the view or deleted any related list?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 10:53 AM
I have admin role
I upgraded the plugin in one of the test instance and as part of upgrade the related list is deleted. And when I compare the same with other instances it is the related list sys_id. REL:sys_id
In all other instances where I did. Not upgraded the plugin even there it is showing the sys_id only. How to know related list name out of REL:sys_id. I am not able to get this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 11:11 AM
Hi @anvitha ash
I am not 100% sure, but it can be a workaround and might be work
go to other instance and if you enable SN until in browser search /code sys_id and see it is display a result.
also better log a now support case and repair the plugin. I am still thinking now a plugin deleted a related list?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2024 07:19 PM
Hi @anvitha ash ,
the sys_ui_related_list table holds the UI configurations for related lists on record forms, helping to determine how related data is presented and linked.
The sys_ui_related_list table contains records that define which related lists are displayed for a particular table or record type, specifying:
- The table to which the related list is associated.
- The relationship between the records.
- The specific fields to display in the related list.
- Additional configuration for how the related list should behave.
Accept and like the solution if it helped