How to create a related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 11:07 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 11:17 PM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 11:19 PM
Hello @Hermes14 ,
Please follow the below steps to create Related List.
- Go to System Definition -> Relationships
- Create a new Record in this table.
- Applies To -> Will be the table where you want to see your related list.
- Query from-> Will be the table to which you need to establish the condition.
- 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)
- Save the record.
- 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