- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-19-2023 08:42 PM
Hi can any one help me with the scenario for
state cancelled changes are restricted from been reopened
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-19-2023 11:15 PM
You can have a before update BR on the change request table:
No code is reuired, just create a before update BR as below:
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-19-2023 09:15 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-19-2023 09:25 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-19-2023 11:15 PM
You can have a before update BR on the change request table:
No code is reuired, just create a before update BR as below:
Aman Kumar