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

Move Emergency Change Type from New to Implement State.

FredrikT
Kilo Sage

Receiving Error Message: Invalid state transition. Can not update from state 'New' to state 'Implement' with given values.

Here is what I have done:

 

1.  A New Workflow has been created and it does trigger
2.  The ChangeRequestStateModel_emergency script include has been commented out bewteen " draft: {" and "nextState: [ "implement" ],"
3.  All Business Rules, All UI Actions (except OOTB Implement button which shows on form), and all UI policies against the change_request table inactivated in an attempt to troubleshoot from the ground up but still the same error.

 

What have I possibly missed?

 

Thanks!

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron

Hi @FredrikT 

 

could you please share workflow or check the approval policies.

*************************************************************************************************************
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

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

Hi @FredrikT 

 

could you please share workflow or check the approval policies.

*************************************************************************************************************
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]

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

Thank you, in addition to what I had done inactivating the Emergency Change Approval Policy resolved the issue!