2
votes

I would like to set the column level permission on list in Sharepoint 2007. I would appreciate help.

Example:

I would like to employee to fill other information in the form but not allow them to change the salary. Only admin can change certain fields.

5

5 Answers

3
votes

You cannot do that.

SharePoint does not support column level security.

You would need to extend SharePoint to achieve this...

Take a look here. http://code.msdn.microsoft.com/SecureField

1
votes

Correct, there are no Column level premissions for SharePoint. However, a nice an easy workaround that I use all the time for this scenario is to create Custom List Forms and use the "display" option for the column to do not want users to edit. You then create an Edit form where the fields are editable for those that are authorized to edit the entry. Hope this helps.

0
votes

I'm going to go out on a limb here, but I don't believe you have the ability to control permissions on individual columns in SharePoint 2007. At least I haven't heard of it. I browsed through list definitions and permissions but I didn't spot anything.

0
votes

Another 3rd party tool is Sharepoint Column Protector by Datapolis. More details on the tool is discussed here (How to apply item level permission for sharepoint columns).

0
votes

This is a common request for many SharePoint users, but MS does not provide. You can try 3rd party tools, such as BoostSolutions Column/View Permission and …