When parent incident record closed then automatically child incident should close..?

Raju04
Tera Contributor

I am trying this way Not triggering anything, Child incident not closed...

 

How can I Achieve this...

 

Raju04_0-1694672415648.png

 

Raju04_1-1694672496918.png

 

 

2 ACCEPTED SOLUTIONS

Bindu6
Tera Contributor

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

Bindu6_0-1694700310957.png

 

Bindu6_1-1694700338488.png

I am able achieve with above 

Bindu6_2-1694700379099.pngBindu6_3-1694700393525.png


Let me know if it's works.
If it's help you than please like it. 
Thanks,

Bindu



View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@Raju04 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Bindu6
Tera Contributor

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

Bindu6_0-1694700310957.png

 

Bindu6_1-1694700338488.png

I am able achieve with above 

Bindu6_2-1694700379099.pngBindu6_3-1694700393525.png


Let me know if it's works.
If it's help you than please like it. 
Thanks,

Bindu



Vishal Birajdar
Giga Sage

Hi @Raju04 

 

Can you check this OOTB business rule :

Name : Update Child Incidents 

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

Ankur Bawiskar
Tera Patron
Tera Patron

@Raju04 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader