Search code examples
sharepoint-2010

Hide a Column in Sharepoint 2010


I am trying to hide a column in SharePoint 2010 list based on Users.

When user submit a request the status column should be hidden and the value set as pending.

When Admin logged in he/she should able to edit the status.

Is there any way I can achieve this without writing CUSTOM CODE.

Any help would be appreciated.


Solution

  • There are several ways to archive this without programming. The easiest is to Create a new view for the list or use webpart to view the content for the other users.