How to create a related list

Hermes14
Tera Contributor

Hi,
I would like to ask on how was this related field created? So that if ever i need to created something similar to it i would know. Thank you.
relatedlist2.png
relatedlist1.png

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Hermes14 

It comes out of the box as Problem table has a field which is Parent which refers to Task

This is platform behavior and you can see this in many forms in instance

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

Rohit  Singh
Mega Sage

Hello @Hermes14 ,

 

Please follow the below steps to create Related List.

 

  1. Go to System Definition -> Relationships 
  2. Create a new Record in this table.
  3. Applies To -> Will be the table where you want to see your related list.
  4. Query from-> Will be the table to which you need to establish the condition. 
  5. Use script section to establish a relation between the two tables. (Use can explore on how to use this script section by seeing OOB related list created)
  6. Save the record.
  7. Now use configure Related List in your Applies To "Table" and bring the newly created related list from slush bucket in your from.

You can also refer this also: Create Scripted Relationship 

If my response helped, please mark it helpful and accept the solution so that it benefits future readers.

 

Regards,
Rohit