Search code examples
sharepointsharepoint-2007

"Hidden" columns in Sharepoint 2007


I'm trying to make a custom list for inquiries, where users will fill in some information such as "Name", "Reason" etc. When they've finished filling in the information and added the item, the administrator will then go through the item, and fill in some new columns that the user hasn't been able to fill in.

I hope you understand me, otherwise you're more than welcome to ask questions!


Solution

  • With SharePoint designer 2007, you can use the SPSecurityTrimmedControl who enable you to show/hide form field (or site action...).

    Syntax :

    <SharePoint:SPSecurityTrimmedControl PermissionsString="ManageLists" runat="server"> 
        WHAT_YOU_WANT_TO_HIDE_HERE
    </SharePoint:SPSecurityTrimmedControl>
    

    For the PermissionsString, all values HERE