Forum Discussion
Erik Wettergren
Nov 06, 2021Iron Contributor
Is there any way to update SharePoint library metadata without updating modified columns?
I would like to make some housekeeping on some of our document libraries. Adding or changing a lot of metadata. Of course I would like to do do this without changing modified and modified by colu...
Paul_HK_de_Jong
May 18, 2022Iron Contributor
Erik Wettergren
Have a look at validateupdatelistitem (link)
We use this to change metadata in bulk (https://www.slimapplications.com/product/bulkmetadatamanager/). It allows for setting metadata and manipulating the modified field. Most likely you can also manipulate the modified by field.
// get modified and modified by for the existing SharePoint item
// generate a request to set the metadata and set the modified and modified by fields
// execute the request
Paul | SLIM Applications
Erik Wettergren
May 18, 2022Iron Contributor
Hi Paul_HK_de_Jong and thanks for these links and suggetions.
However, it seems like at least validateupdatelistitem is for on-prem SharePoint only. I need this for Online.