Answered How to enable/disable allitem.aspx view based on permissons?.

  • Wednesday, May 09, 2012 3:06 AM
     
     

    Dear All,

    In my project i am using the sharepoint list. i need to display the logged in user list item and if administratoor logged in need to display all users list item. i tried with views. but i am unable to disable the allitem.aspx page for normal user.Please tell me how to do it?.

     thanks....

    Regards

    Swapna


    SWAPNA

All Replies

  • Thursday, May 10, 2012 7:25 AM
    Moderator
     
     Answered

    Hi swapna_I9,

    You can achieve it by create a personal view as the following.

    1. Setting filter on your “All Items” view, this filter is for logged people, there is a function with “[Me]”,you can put in the filter.
    2. Use administrator account login on the site, create a personal view on this list called “Administrator view”, this view you will not give any filter, it will display all data of the list. This view will only see by Administrator.

    Thanks,

    Jack