Related List table

DevYadav
Tera Contributor

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

 

1 ACCEPTED SOLUTION

SriharshaYe
Kilo Sage

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 .

 

WhatsApp Image 2024-10-19 at 15.21.49.jpeg

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.

View solution in original post

4 REPLIES 4

Ravi Chandra_K
Kilo Patron
Kilo Patron

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

 

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. 

Ankur Bawiskar
Tera Patron
Tera Patron

@DevYadav 

what's the business requirement for this?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

SriharshaYe
Kilo Sage

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 .

 

WhatsApp Image 2024-10-19 at 15.21.49.jpeg

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.