I have a list with 3 columns.
I want set permission for a column that a special user/group can edit it, and a special user/group can't.
e.g:
User 1 can read columns a, b
User 2 can not see column c
Is there a solution for it?
|
I have a list with 3 columns. I want set permission for a column that a special user/group can edit it, and a special user/group can't. e.g:
Is there a solution for it? |
||||
|
|
|
I have create SharePoint column and view permission for SharePoint 2010 and you can download it for free from codeplex. Please check: http://spcolumnpermission.codeplex.com/ Thank you |
|||||
|
|
In SharePoint you can set permissions down to list item, but not on columns. EDIT: just tried a workaround that might work for you. I created a custom list "secret list" that i filled with items
I then changed permissions on that list so that only a limited set of users could see it. In my "main" list i then set a lookup to the Title field of the "secret list" and with a user that had permission to that list i created 3 items (Test1, test2, test3) in the "main" list that mapped A, B and C from the "secret list". Now if I have permissions to the "secret list" i see
If i have no permissions to the hidden list i see
You could probably do this with item level permissions instead of list permissions on the "secret list", just be aware that item level permissions does not scale performance wise... |
|||||||
|