The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Change request should be Auto closed when Changed task is closed

viswav
Giga Contributor

Change request should be Auto closed when Changed task is closed

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

not working 

@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

 

Ayushi12
Mega Sage

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!