How to display related incident tasks from Problem form? Related list

Vijayr119
Tera Contributor

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?

 

1 ACCEPTED SOLUTION

Martin Ivanov
Giga Sage
Giga Sage

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.

find_real_file.png

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.

find_real_file.png

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

View solution in original post

2 REPLIES 2

Martin Ivanov
Giga Sage
Giga Sage

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.

find_real_file.png

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.

find_real_file.png

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

It worked.. Thank you