Change request should be Auto closed when Changed task is closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 03:54 AM
Change request should be Auto closed when Changed task is closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 04:08 AM
Hi @viswav
Many ways to do
1. In Flow Designer add the conditions when task closed , change close.
2. Write BR
3 schedule job
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 04:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 05:29 AM - edited ‎07-19-2024 05:29 AM
@viswav check what fields are mandatory when the state is closed on the change request form.
Then in your flow make sure these fields are filled in.
There is a business rule "Mandatory Closure Information" that checks that certain fields have values before submission. Check this business rule to determine what fields need to be filled in.
This should resolve your error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2024 05:10 AM
Hi @viswav,
Check the existing change flow and update after task creation, when task is closed close the change record.
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."
Thanks!