Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Preventing list item deletion

  Asked By: Urjita Vichare         Date: Dec 07, 2008      Category: Sharepoint      Views: 437
 

We need to give permission user to just contribute in list item i.e user just
update status of his/her task but prevent to delete task from task list.
How we can stop a user to delete item.

Tagged:        

 

2 Answers Found

 
Answer #1       Answered By: Elaina Suarez          Answered On: Dec 07, 2008       

Deleting list  item permissions is a specific permission  included in the standard
Contribute permission level. If you want to keep users from deleting items in
just one list then you will need to create a custom Permission level with the
correct permissions (everything contribute  has except Delete Items), break
permissions inheritance on the list and replace the permissions of the groups or
users with the new permission level instead of 'Contribute'.

 
Answer #2       Answered By: Kacey Russo          Answered On: Dec 07, 2008       

Go to the Site Settings of the root of your Site Collection. Click
Advanced Permissions. From the Settings drop down click Permission
Levels. Click Add a permission  Level. Create a new permission level
for your users that includes whatever they need, just don't give  them
"Delete Items." You can look at one of the existing ones for guidance.

If you're the command line type you can use "stsadm -o
addpermissionpolicy" to create the new permission level and "stsadm.exe
-o managepermissionpolicylevel" to modify the permissions that level
has. Check this blog :
http://stsadm.blogspot.com.

 
Didn't find what you were looking for? Find more on Preventing list item deletion Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].