- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 04:33 AM - edited 04-20-2023 04:34 AM
Hi All
How can we relate request Item in Incident form under related records and In request item under related List it should show the incident number (request created with incident from) .
In RITM we should see INCIDENT, and in INCIDENT we should se RITM in related records
can any one previously implemented this any one guide me very helpful
Request Table
Incident table
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2023 06:22 AM - edited 04-22-2023 02:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 12:14 AM
For showing INC under RITM do this
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 04:39 AM
You have to populate the parent field on the child record.
- When you create Incident from RITM -> On incident table you have to make sure that RITM Number is added as the parent.
- When you create RITM from Incident -> On RITM table you have to make sure that INC Number is added as the parent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 04:47 AM
Request record will have parent field populated with INC
Create defined relationship and add it on REQ and RITM form using Configure -> Related list
1) create defined relationship between REQ and INC
2) create defined relationship between RITM and INC
REQ Form Output:
Incident Form Output:
I hope I have answered your complete question.
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
04-11-2025 03:33 AM
Thanks Ankur, it was very helpful!
Do you know how to trigger updates from related records?
E.g. I added a related incident to task, when the incident is closed, I would like to see a worknote in the task about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 03:35 AM
Thanks, Ankur, it was very helpful.
Do you know how to trigger updates from related records?
E.g. I have task, to which I related an incident. When incident is closed, I would like to see an update in task worknotes.