Forum Discussion

freddiejoseph1's avatar
freddiejoseph1
Copper Contributor
Mar 02, 2021

SharePoint Online List - Views Security

Hi all,

 

I have created a list with multiple different views. So when a user clicks on a button on a SharePoint site it takes them to the list and presents the list with the correct view assigned which is great.

 

How can I restrict users from changing the list view though? There is some confidential information which some people are allowed to view, and other people are not allowed to view.

 

I want to allow 1 group of people to only ever see View1, a different group of people to only ever see View2, a different group of people to only ever see View3 etc etc. All the different views contain different columns, rather than different rows.

 

Ideally I would have a group of email addresses and if your email address falls into that group you only see View1. A second group of email addresses would only see View2 etc.

 

Any help would be much appreciated.

 

Thanks,

 

Freddie

  • SharePoint views, all the way back to the SharePoint 2001 days have always been about saving and defining views on list / library data. They've never been intended as a security mechanism. So, there's no easy fix for this.

    You'd need to use item level permissions on each item within a specific view and give it a member group with the appropriate names / email addresses within it. I suspect you'll need some form of workflow to maintain the arrangement going forward.
    • freddiejoseph1's avatar
      freddiejoseph1
      Copper Contributor
      Thanks for getting back to me, Steven. I will look into this.

Resources