- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 02:26 AM
i dont want to see the versions here,
perviously there were no versions there. by mistake it got updated by me.
then these versions are showing like this.
i dont want to see this.
there should be no versions.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 06:18 AM
var gr = new GlideRecord('sys_update_version');
gr.get('9725bf11db9d6740e4d95740cf9619f0'); // pass the sys_id of those version one by one and run it in background script.
gr.deleteMultiple();

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 05:38 AM
version record generate once you made some changes that entity. it never changed suddenly/automatically
i would not suggest anything to delete from the production.
you can test if UI ACtion is working fine then leave that.
delete anything from the prod is not a good practice. but still you want to delete then you can delete those version entry. select the check box and delete
Note: make sure this UI action is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 05:52 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 06:05 AM
let it be then. if everything is working fine then leave it as it is.
script can do that but i would not recommend to delete this by script on production .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 06:18 AM
var gr = new GlideRecord('sys_update_version');
gr.get('9725bf11db9d6740e4d95740cf9619f0'); // pass the sys_id of those version one by one and run it in background script.
gr.deleteMultiple();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 06:21 AM
i got this versions attached from 5 hrs onwards.
and before then, there is no versions there.
can i delete it?
and how to check. i dont know bout checking archive Ui action.
nothing captured with my name till now with my name as i updated