Forum Discussion
Henge Menn
Aug 07, 2019Copper Contributor
How to lock document in sharepoint Library
Hi Every one,
How can we lock the document in a document library after a week? On one should not update after a week.
Please suggest.
Thank you
1 Reply
Sort By
- You'll need to setup a timer job flow that runs at an interval and changes the permissions on documents with a create date > a week. Nothing built into SharePoint can accomplish this. Also you have to take into consideration that Site collection admins or "Owners" on a group connected SharePoint site will always be able to edit the files regardless of permissions.