We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Deactivate the standard change template

Sruthi_2511
Tera Contributor

Deactivate the standard change template once it exceeds four failures . While this can be achieved using a Business Rule or Flow Designer to retire the template, is there an out-of-the-box (OOTB) capability available to automatically inactive the template when it reaches a defined failure?

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron

No, there is no out-of-the-box (OOTB) way to do this. I doubt we can implement it easily since the template and the change record are in two different tables.
To retire a template, a manual action is required to update the template name. Therefore, this will either need a manual process or custom logic to handle it.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

View solution in original post

brianlan25
Kilo Patron

I do not believe there is any out of the box capability to handle this scenario.

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

No, there is no out-of-the-box (OOTB) way to do this. I doubt we can implement it easily since the template and the change record are in two different tables.
To retire a template, a manual action is required to update the template name. Therefore, this will either need a manual process or custom logic to handle it.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

brianlan25
Kilo Patron

I do not believe there is any out of the box capability to handle this scenario.