Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, May 8, 2013 10:12 AM
I have a requirement where there is a group of users who should be able to create, modify, delete views, but they should not be able to modify the list settings. I just want these users to be able to view,add, modify,approve, customize list items (except delete) and create Public views, modify, delete the views. No other permission should be granted to these users.
I have granted all the other permissions but I am not sure how to grant the permission for creation of public views. The manage list permission avaliable provides access to list settings also which is not required in my case. So is there any way that I can grant the minimum permission using which user will be able to create, modify public views? Both out of box and custom approach is welcome.
Thanks in advance!!
All replies (6)
Wednesday, May 8, 2013 11:36 AM âś…Answered
>Public views
Sorry about my last post. To create public view you will have to provide "ManageLists" permission. You can uncheck delete item and "Manage Permissions" options. However you still can modify some settings in list settings page but at least you can avoid delete item and manage permission.
Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
Please feel free to unmark answer if does not resolves your problem.
Wednesday, May 8, 2013 10:29 AM
Hello,
You atleast need contribute right to create view in list. But i would suggest to crate custom permisison level and provide the permission as per you need.
go to site settings-->site permission-->permission level-->click on "add permission level"-->now select the permission, which you want to give user and don't forget to give below permission to provide access to create view-->click ok-->now assign this custom permission to user at list level.
Hope it could help
Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
Please feel free to unmark answer if does not resolves your problem.
Wednesday, May 8, 2013 10:38 AM
Thanks for the Reply...
With Contribute permission user can just create Personal Views not Public views. My requirement is that a particular group of user should be able to create, modify Public Views in SharePoint 2010. I will have to create custom permission for this but I am not sure what will be included in this because I want Public views.
Wednesday, May 8, 2013 10:41 AM
Hi Krishna,
Below is a list of all permissions levels available.
http://spboom.com/sharepoint-development/creating-sharepoint-custom-roles-programmatically/
Your problem is that you wish to split the available 'Manage Lists' permission and I don't think that would be possible even if you decide to create your own permisssion level through code.
Regards, Rahul Vartak | http://rahul-vartak.blogspot.com/
Tuesday, August 9, 2016 4:44 PM
Hi Hemendra,
I have same requirement as above. I want to give permissions to a group to create personal and public views but not the access to list settings. In other words, contribute rights plus to create public views.
I didn't find a solution in the above answers. Is there a solution with creating Custom permissions?
Thanks
Tuesday, August 9, 2016 4:45 PM
Hi Krishna Mishra,
Did you find a Solution for this? I have the same requirement as described above.
Thanks