- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 08:14 AM
Hi
there has so many tool in market for migrate problem from OOB .
but i want to know the experties suggestion regarding these requirement.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 08:26 AM
Hello,
As per the official document of ServiceNow:-
There is, unfortunately, no easy way to reset a module to the Out of the Box (OOB) version.
There is no specific functionality built in to revert an entire application in a ServiceNow instance. Activating the plugin again will not revert back to base code as the customized records will still be skipped.
We do have documentation on reverting customizations which will help describe the process needed to be taken.
Revert a customization:
https://docs.servicenow.com/csh?topicname=revert-customization.html&version=latest
Another available method to accomplish this is by the Update Versions table (sys_update_version). From here, the name of the record or artifact can be searched in the Name column. This will list the current version of the record and previous versions. Find the version you would like to revert to and open the record. There is an available UI action 'Revert to this version' which can be used to revert to the version selected.
Below is the support article link:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0779333
However if it is a client Instance I would suggest you to create a Hi support ticket as they would do it much faster and efficiently.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 08:26 AM
Hello,
As per the official document of ServiceNow:-
There is, unfortunately, no easy way to reset a module to the Out of the Box (OOB) version.
There is no specific functionality built in to revert an entire application in a ServiceNow instance. Activating the plugin again will not revert back to base code as the customized records will still be skipped.
We do have documentation on reverting customizations which will help describe the process needed to be taken.
Revert a customization:
https://docs.servicenow.com/csh?topicname=revert-customization.html&version=latest
Another available method to accomplish this is by the Update Versions table (sys_update_version). From here, the name of the record or artifact can be searched in the Name column. This will list the current version of the record and previous versions. Find the version you would like to revert to and open the record. There is an available UI action 'Revert to this version' which can be used to revert to the version selected.
Below is the support article link:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0779333
However if it is a client Instance I would suggest you to create a Hi support ticket as they would do it much faster and efficiently.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 04:22 AM
thanku for beautiful replies.