Forum Discussion
Dan Newton
Dec 04, 2017Copper Contributor
Creating a list and restricting the items within to defined users only?
Hi,
I'd like to create a list within SharePoint Online, into this list I plan to add information for each of my users. I would like to create a central page with this list on but would like to ...
- DeletedDec 04, 2017Oh missed the line in there about security. Yeah if you want it secured your looking at a very big pain to get that to work properly. If security through obscurity is fine, then making a view and the default view by filtered to the [me] in a column assigned to them then you can accomplish this, so when they load into the page / view they will only see their items. Then you just trim and remove all the views that can show other data, and unless they know how to go in and read the data via some other means, they really won't see the other data.
Deleted
Dec 04, 2017Oh missed the line in there about security. Yeah if you want it secured your looking at a very big pain to get that to work properly. If security through obscurity is fine, then making a view and the default view by filtered to the [me] in a column assigned to them then you can accomplish this, so when they load into the page / view they will only see their items. Then you just trim and remove all the views that can show other data, and unless they know how to go in and read the data via some other means, they really won't see the other data.
- Dan NewtonDec 04, 2017Copper Contributor
Thanks for your time!
This sounds like a great solution - security is a concern but "security through obscurity" could work in this particular instance if item level security is going to be problematic to setup.