Forum Discussion

naufal-Putra's avatar
naufal-Putra
Copper Contributor
Nov 11, 2022
Solved

Sharepoint Online Views Historical Log

Hello all!

 

We have a case where one of our sharepoint list (modern list) column placement was rearranged and even some of the columns was hidden. Who did this is unknown. We made some access modifications so that only certain people have the ability to modify the list (Edit Access) while others could only Contribute. Is there a way or feature where we could the historical changes made to the default view?

 

Any information/help will be great!

  • 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-Putra's avatar
      naufal-Putra
      Copper Contributor
      Hi 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!
      • SvenSieverding's avatar
        SvenSieverding
        Bronze Contributor
        We 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.

Resources