- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2021 01:08 AM
I am trying to Bulk close 1200 Incidents. Saw a tech doc for this: https://docs.servicenow.com/bundle/quebec-it-service-management/page/product/incident-management/task/t_ClosingIncidentsFromAList.html
Procedure
- Select the check box beside each incident that you want to close.
- Right-click on any list column header and click Update Selected.
- Set the value of State to Closed.
- In the Resolution Information section, select a Resolution code and enter your notes in Resolution notes.
- Click Update.The changes apply to all the selected records.
My question is each page is coming with 20 Incidents, so to close 1200 Incidents if I have to do each page at a time, I have to repeat this for 60 pages this will take much time, can we bulk close 1200 Incidents at one go?
Please suggest.
Thanks in Advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2021 01:26 AM
Something like
Make sure you apply required filter before using this option to get to that specific list you want to close
Please mark my answer correct/helpful if applicable.
Thank you
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2021 01:31 AM
Hi,
I think using Bulk update you can update max 100 records per form. you need to scroll to next 100 record.
If you know which 1200 INCs then you can use fix script to update those with the Resolution Code and Resolution Notes and make those as inactive
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 03:00 AM
Hello ankur
can you help me with the script ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2021 08:43 PM
Hello Prasad and Ankur, Good Morning.
Thank you very much for the above replies and screen shots, it helped to resolve my query/issue.
Apologies for coming back late.
Regards.