How to resolve multiple incidents at once
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015 06:59 AM
I'd like to find a way to easily add a note, closure code, and then resolve multiple incidents at the same time...all with the same note & closure code. I tried following the SN Wiki for this, but am not having any success. Any assistance will be appreciated.
http://wiki.servicenow.com/index.php?title=Closing_Multiple_Incidents#gsc.tab=0
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015 07:26 AM
The other alternative is through a script in case you're interested
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015 07:06 AM
You may use showQuickForm() which is really useful. It shows a pop up that allows you to mass update multiple. Here's a really good tutorial that shows how it works:
GlideDialogWindow: QuickForms - ServiceNow Guru
Regards,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015 09:44 PM
Hi Chris, would you mind if we can mark the responses as helpful/correct so that we can close this thread?
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015 09:49 PM
To edit multiple records in a list using an editing form (administrators and users with the list_updater role):
- Select the records to edit in one of the following ways:
- Select the check boxes in the record rows.
- Select a field in the record rows.
- Filter the list to show only the rows you want to edit.
- Right-click the column header and select Update Selected or, if you filtered the data, select Update All. An editing form opens.
- Enter appropriate values in any of the fields and click Update to save your changes in all selected records.