- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 10:52 AM
I am requesting guidance on how to perform a mass update to CMDB CI's within the ServiceNow environment. As it is right now i am able to update one record at a time but that is not feasible with nearly 13,000 records that require an update.
Thank you,
Chris
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2019 03:50 AM
Hi Chris,
Here's how to do a mass update simple way. It's also an out-of-the-box function.
- In a list view (for example cmdb_ci_server), filter out what items you want to update
- Right click on the column header and select "Update All"
- You can now add the value to the form field that you want to update (one or more)
Done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 11:02 AM
Hi, exactly which method you use to update data will depend on the type of changes you are making?
You have a number of options for updating data.
You can extract and then import updated table data via xls
Modify data directly via script
Or potentially export xml, tweak it and then import it back.
Depending on your configuration you may also be able to update multiple records from the list view manually.
The best option will depend on your environment and the changes you are making.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2019 03:58 AM
I would suggest using ServiceNow OOTB function "Update All" to do mass update. See my post below. If you haven't tried it, it's really simple and effective to use.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 11:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2019 04:00 AM
Use the built in function "Update All" instead. Much easier to do your mass updates. 🙂