Answered Cna not set Column level permision on list sharepoint 2010

  • Sunday, April 24, 2011 4:02 PM
     
     

    Hi,

    Howto programetically set user permision on list columns?

    I have to show the list column based on user login in list edit/new/display form.

     

     

     


    shobha

    shobha

Answers

  • Sunday, April 24, 2011 5:13 PM
     
     Answered

    I have not tried these yet but there are articles on how to create custom fields and apply permissions to those fields.

    http://www.bing.com/search?q=sharepoint+field+level+permissions+code&go=&form=QBRE&qs=n&sk=&sc=1-35

  • Sunday, April 24, 2011 7:48 PM
    Moderator
     
     Answered

    SharePoint 2010 doesn't provide column level security; the workaround is to write custom fields as illustrated in this post

    http://www.infoq.com/articles/Dressel-Gogolowicz-wss-security


    Serge Luca; MVP blog: http://sergeluca.spaces.live.com Devoteam Belgium. http://twitter.com/sergeluca

All Replies

  • Sunday, April 24, 2011 5:13 PM
     
     Answered

    I have not tried these yet but there are articles on how to create custom fields and apply permissions to those fields.

    http://www.bing.com/search?q=sharepoint+field+level+permissions+code&go=&form=QBRE&qs=n&sk=&sc=1-35

  • Sunday, April 24, 2011 7:48 PM
    Moderator
     
     Answered

    SharePoint 2010 doesn't provide column level security; the workaround is to write custom fields as illustrated in this post

    http://www.infoq.com/articles/Dressel-Gogolowicz-wss-security


    Serge Luca; MVP blog: http://sergeluca.spaces.live.com Devoteam Belgium. http://twitter.com/sergeluca
  • Monday, April 25, 2011 2:48 PM
     
     Proposed Answer

    The only way column security will work is if the column is a Lookup, and the lookup list used has been secured.

    This will result in the column not showing any value if the user does not have permission to the list used by the lookup column.

    • Proposed As Answer by MULTISY Monday, April 25, 2011 2:49 PM
    •