We often get request from client to prevent user from deleting the data, however they still want user to allow Add and Edit.
This can be achieved by creating custom permission level. Please follow the steps below
- Open the site permission page
- Click on the Permission level link in the SharePoint Ribbon.
- This will open the page which will show list of permission level created on the site. You can read the description of each permission level.
- Here we cannot delete the default permission levels which are “Full Control, Design, Edit Contribute & Read”.
- To create “Restrictive Delete” permission level, we will inherit some of the permissions from “Contribute” permission level.
- Click on “Contribute” permission level to “copy” all the permission. This will show all the actions user can take when they have “Contribute” permission
- Click on “Copy Permission Level” button. This will copy all the permission of “Contribute” permission level.
- Add a Name & Description to the permission level and simply unchecked the “Delete Items” permission under “List Permissions”
- Click Create. This will create new permission level on your SharePoint Site
- Now apply this newly created permission on Any Group/ Individual user
- Please see below two screenshots to check the “Restricted Delete” behavior
- Before Applying the permission
- After Applying the permission
- Before Applying the permission
Hi Hiren,
Thanks for the article – it helped me to a certain point.
What I have found is now users can’t even rename the existing files or folders, and that is a problem for the client.
Do you know how to change this behavior?
Microsoft treats the DELETING term as the EDITING term, but they ARE different…
Thanks in advance.
Tim
Hi Tim,
This is by design of SharePoint permission level. Currently there is no solution available for this.