Retiring multiple kb articles at one time

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2015 11:47 AM
We have about 400 kb articles that we want to retire. Is there any easy way to do a mass retirement of all of the items that is no longer required?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2015 11:54 AM
Hi Karen,
Either you can edit from the list. Please go through the below link for more info.
http://wiki.servicenow.com/index.php?title=Editing_Lists
The other way is to have a fix script which will be one time job to update this. Bascially you do a GlideRecord to this table and update the records based on conditions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2015 12:31 PM
Right click on your list and choose Update All. Set Workflow to retired. Click Update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2016 08:32 PM
I had the same thought, however when I select a number of articles that I want to retire I don't get the option to update them to retire under the workflow as it's greyed out.....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2017 08:31 AM
My Workflow field is also grayed-out, not editable.
Does retirement of multiple articles have to be done with a fix/background script?