Forum Discussion
Sharepoint Online Views Historical Log
- Nov 10, 2022
naufal-Putra I don't think you will be able to get such detailed information related to view changes in SharePoint online.
Try if you can find anything in compliance center audit log or raise a support ticket with Microsoft and see if they can help you with this.
I think this was possible in SharePoint server versions. Check if this helps: How to track changes made to View of SharePoint list?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
naufal-Putra I don't think you will be able to get such detailed information related to view changes in SharePoint online.
Try if you can find anything in compliance center audit log or raise a support ticket with Microsoft and see if they can help you with this.
I think this was possible in SharePoint server versions. Check if this helps: How to track changes made to View of SharePoint list?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- naufal-PutraNov 10, 2022Copper ContributorHi ganesh,
Thanks for the quick reply! Yes that was what I'm afraid of after days of searching with no result. Will take a look at the links you provided,
Thank you!- SvenSieverdingNov 10, 2022Bronze ContributorWe once tracked changes to a SharePoint list by calling the "Get-PnPProvisioningTemplate" Powershell Command
("https://pnp.github.io/powershell/cmdlets/Get-PnPProvisioningTemplate.html")
in a scheduled script and added the resulting XML file to Git version control.
Then we could track the changes to a list structure by comparing the XML files in Git.
But this did only tell us, when the changed happend, not by whom.
Well... and you would have needed to set this up beforehand.