- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 03:47 AM
Hi,
Is there a way to revert the Workflow version back to Older without writing the script?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 04:31 AM
@Kri please refer the below link
you cannot revert without scripting. run the script in background.
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 04:55 AM - edited 04-12-2023 04:58 AM
The easiest way is:
1. Go to the workflow record in the wf_workflow table
2. Right click in the form header, go to 'Show File Properties'
3. Add the 'versions' related list to the form if it's not already there
4. Right click the version you want to revert to, click 'Revert to this Version'
5. Click 'Ok' on the dialog, and the workflow is reverted
https://www.servicenow.com/community/developer-forum/reverting-the-workflow-version/m-p/1744718
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 04:59 AM
I tried it but I cannot able to find the 'Revert to this Version' option. Let me know if we can connect in call?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 05:03 AM
Hi,
you need to add Versions related list on this form, currently you have workflow versions.
Follow the step 1,2 and 3 tyo add versions related list