- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:57 AM
We're looking for a solution for the following:
- Child Incidents (where applicable) are associated to a Production Impact/Major Incident Record.
- When the Major Incident has been assessed, and it is necessary, a Problem Record is created from the Major Incident.
- As there are times when a large number of Child Incidents are associated to a Major Incident (under Related Links), is it possible to auto-populate Child Incidents from a Major Incidents Related Links onto a Problem Records Related Links (in an async/update) when the Problem has been created from a Major Incident?
Thanks for any/all assistance!!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 11:34 AM
You may need a business rule on the m2m table which links child incident to major incidents, which will also create a record in m2m to link child incidents with problem.
Another option is creating a Relationship record on problem record, so that you dont have to run a business rule.
The relationship records can be created by navigating to System Definition->Relationship.
In there, you can query all child incidents from incident table associated with the Major incident record.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 04:58 AM
Thanks for your notes @SanjivMeher & @AshishKM! I opted for creating a new Relationship to pull the Child Incident record(s) through from the 'First Reported By' Incident. I'll include my Query script below, in the case that anyone else has a similar need.
Application: Global
Applies to Table: Problem [problem]
Queries from table: Incident [incident]
Query Script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 11:08 AM
Hi @Josh Pirozzi ,
Yes, you can update the existing related list logic to include all child incident(s) along with that incident which is attached with problem record. The same tab with display all incidents.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 11:34 AM
You may need a business rule on the m2m table which links child incident to major incidents, which will also create a record in m2m to link child incidents with problem.
Another option is creating a Relationship record on problem record, so that you dont have to run a business rule.
The relationship records can be created by navigating to System Definition->Relationship.
In there, you can query all child incidents from incident table associated with the Major incident record.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 04:58 AM
Thanks for your notes @SanjivMeher & @AshishKM! I opted for creating a new Relationship to pull the Child Incident record(s) through from the 'First Reported By' Incident. I'll include my Query script below, in the case that anyone else has a similar need.
Application: Global
Applies to Table: Problem [problem]
Queries from table: Incident [incident]
Query Script: