- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 03:01 AM
Hi Community,
I have flow which ideally should be closing the RITM and REQ once all the SC_TASK are closed with the help of "Add a stage" in the flow it is closing the RITM but not the REQ. Is there something I am missing with that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 03:16 AM
Hi @Chirag Pathak , After your sctask action add one more action called update record in that add conditions
stage- completed and state as closed complete then it will close both req and ritm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 03:16 AM
Hi @Chirag Pathak , After your sctask action add one more action called update record in that add conditions
stage- completed and state as closed complete then it will close both req and ritm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 03:25 AM
Yes thanks that also works but Add a stage ideally should be closing the REQ and the RITM. The business rule "Close parent if required" should be active in order for that to work and just figured out that OOTB business rule was inactive. Thanks for the help though!