- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 02:27 AM
I want to list all the Incident tasks associated with Incidents which are listed from the "Incidents" tab. Similarly what we have in Incident form but here I want these incident tasks listed from the Problem form. How can I do this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 02:55 AM
You will need custom relationship. Since it is a bit tricky to understand the Parent and current object, I will provide you with the code.
First - go to System Definition - Relationships. Click new and defined as per the screenshot.
TThen go to the problem form, click the context menu - configure - related lists
FFind the one that you just defined and move it to the right slushbucket. Save.
And here we go - you have the new related lists, showng tasks, that are related to the related incidents of your problem.
Please Mark Correct AND Helpful. Thanks!
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 02:55 AM
You will need custom relationship. Since it is a bit tricky to understand the Parent and current object, I will provide you with the code.
First - go to System Definition - Relationships. Click new and defined as per the screenshot.
TThen go to the problem form, click the context menu - configure - related lists
FFind the one that you just defined and move it to the right slushbucket. Save.
And here we go - you have the new related lists, showng tasks, that are related to the related incidents of your problem.
Please Mark Correct AND Helpful. Thanks!
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2022 03:14 AM
It worked.. Thank you