CHANGE: Do not allow Cancelled changes to be reopened

raj765_32
Tera Contributor

Hi can any one help me with the scenario for 

state cancelled changes are restricted from been reopened

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

You can have a before update BR on the change request table:

No code is reuired, just create a before update BR as below:

Capture121.PNGCapture120.PNG

 

Best Regards
Aman Kumar

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hi @raj765_32 ,

Best practice per ITIL and Servicenow is to NEVER reopen a Change Request (CR). 

If it's just to update some information, companies usually create a specific role or use change_manager role to give them access to update CR's if needed.

Concerning workflows, once a workflow is complete, there is no way to restart it. Only starting a new workflow via script (customization) BUT not recommended.

 

hi sandeep,

it was opening before, now i have to write a script for not re opening from cancelled to open. it will be helpful if u can help me with the code

Aman Kumar S
Kilo Patron

You can have a before update BR on the change request table:

No code is reuired, just create a before update BR as below:

Capture121.PNGCapture120.PNG

 

Best Regards
Aman Kumar