Error Message Change model 'Normal' prevented state transition from Review to Closed

Shiva prasad t
Tera Guru

While executing Change management(type =  normal) facing this error.

find_real_file.png

Actually we created One Ui policy , which is running as when the closed code is successful, the close notes is not required.

After we created UI policy this issue has arisen. How could i solve this.

Any help will be appreciated.

Thank you

Shiva

 

1 ACCEPTED SOLUTION

The change model state transition is coming from

Change model > Type of change ( emergency or normal or standard) >model state (review) > review to closed >Mandatory close code and close notes 

find_real_file.png

actually first the condition is like close notes not empty. so that's why it's objecting state transition. Now it's working fine.

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

Did you check your state transition model for change_request table?

You cannot move from Review to Closed directly possibly

find_real_file.png

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hello @Ankur Bawiskar sir,

Yes i checked my state transition model.

find_real_file.png

But previously before creation of  Ui policy it's running. 

Hi,

then UI policy is making the fields mandatory and hence blocking the update

Please ensure you add correct conditions in UI policy

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

This is the Ui Policy i have created

find_real_file.png

And there is another UI policy which is running, when state is closed, closed code and close note mandatory. This is OOB Ui policy.

So, can you help me on this