whenever parent is closed, child should also close automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
How to do this in flow design.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @ShivaK548811677 ,
I am doing on change task via BR
If my response points you in the right directions, please consider marking it as 'Helpful' & 'Correct'.
Chandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
why would parent close first and then child?
It's an easy requirement for flow.
what did you start with and where are you stuck?
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
2 weeks ago - last edited 2 weeks ago
Create a flow with below condition,
1. Trigger is when Incident record is updated with State == 'Closed'
2. Check IF condition whether child incident count is > 0
3. If yes, lookup records of child incidents by using condition Parent Incident.Number is same as Trigger Incident number
4. Update Multiple records and set resolution notes, resolution code and State == closed fields for the lookup records
Below is a sample scenario for testing,
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan