- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 01:24 AM
Hi Community,
There is a requirement to open all related list's record in Service Now instance
I just want to know the name of the table.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 03:00 AM
Hi @DevYadav ,
In ServiceNow, the related lists on a form are typically populated by records from other tables that have a relationship with the main table you're viewing.
- Right-click on the form's header (where the record's number is shown).
- Select Configure > Related Lists from the drop-down menu.
->. Add or Remove Related Lists
Once you're in the Related Lists Configuration page:
- You will see two sections:
- Available Related Lists (on the left)
- Selected Related Lists (on the right)
- To add a related list, drag it from the "Available" section to the "Selected" section.
- To remove a related list, drag it from the "Selected" section back to the "Available" section.
- Once you've made your changes, click Save.
-> to see the records in the related lists click on "i" icon .
in the above , i have created a table for kap_event management and a table for kap_event registration . As i have event name as common in both the tables i displayed the related records those who have registered for the same event in the related list , by following above steps .
If my response is useful . click here to mark the posts as helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 01:59 AM
Hello @DevYadav
Go to System UI - Related Lists in the filter navigatior to get all related lists.
Please mark the answer as helpful and correct if helped
Kind Regards,
Ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 02:13 AM
Hi Ravi, thanks for the reply,
Actually I need to get all list of records of related lists exactly like we have incident records etc. That's why I am searching for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 02:20 AM
what's the business requirement for this?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 03:00 AM
Hi @DevYadav ,
In ServiceNow, the related lists on a form are typically populated by records from other tables that have a relationship with the main table you're viewing.
- Right-click on the form's header (where the record's number is shown).
- Select Configure > Related Lists from the drop-down menu.
->. Add or Remove Related Lists
Once you're in the Related Lists Configuration page:
- You will see two sections:
- Available Related Lists (on the left)
- Selected Related Lists (on the right)
- To add a related list, drag it from the "Available" section to the "Selected" section.
- To remove a related list, drag it from the "Selected" section back to the "Available" section.
- Once you've made your changes, click Save.
-> to see the records in the related lists click on "i" icon .
in the above , i have created a table for kap_event management and a table for kap_event registration . As i have event name as common in both the tables i displayed the related records those who have registered for the same event in the related list , by following above steps .
If my response is useful . click here to mark the posts as helpful.