- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 11:25 PM
I am trying this way Not triggering anything, Child incident not closed...
How can I Achieve this...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 07:08 AM
Hi Raju,
We have already BR for sync state of incident OOB but we don't have for close state. Since as per OOB when ever parent incident is closed then if any WIP or resolved child incidents will be removed from parent. But you want to achieve close state then you can try below BR
I am able achieve with above
Let me know if it's works.
If it's help you than please like it.
Thanks,
Bindu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 07:29 AM
incidents get closed by caller or system via autoclosure job
incidents can be marked as resolved when parent gets resolved.
There is OOB business rule "Update Child Incidents" which should do this. it synchronizes the state value between parent and child
Synchronization between a parent and a child incident
1) check if this BR is active
2) check if another BR is aborting the update
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
09-14-2023 07:08 AM
Hi Raju,
We have already BR for sync state of incident OOB but we don't have for close state. Since as per OOB when ever parent incident is closed then if any WIP or resolved child incidents will be removed from parent. But you want to achieve close state then you can try below BR
I am able achieve with above
Let me know if it's works.
If it's help you than please like it.
Thanks,
Bindu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 07:18 AM
Hi @Raju04
Can you check this OOTB business rule :
Name : Update Child Incidents
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 07:29 AM
incidents get closed by caller or system via autoclosure job
incidents can be marked as resolved when parent gets resolved.
There is OOB business rule "Update Child Incidents" which should do this. it synchronizes the state value between parent and child
Synchronization between a parent and a child incident
1) check if this BR is active
2) check if another BR is aborting the update
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