Sharepoint 2007 : How to set column level permission

sharepointsharepoint-2007

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.

Best Answer

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

Related Topic