Forum Discussion
Jeyganesh
Aug 26, 2019Brass Contributor
SharePoint Online column level permission
We would like to set the column level permission in our SharePoint online site list. But i aware there is no option to set the column level permission for the list. Is there any way (using Flow o...
Jeyganesh
Aug 26, 2019Brass Contributor
In our document library properties we have one column called "Status". This particular column value should be change for the particular people, other people can view only.
RogueVeggie
Dec 17, 2021Copper Contributor
Jeyganesh, did you find a solution?
Just thinking out loud to myself here:
What if you had two tables with different permissions?
- Table-1 and Table-2 would be nearly identical. However, Table-2 would have a Status column.
- Users would fill in the fields in Table-1 where they are given Contribute rights.
- Workflow copies new row from Table-1 to Table-2 then deletes item from Table-1.
- Managers change status in Table-2 and users only have read access to this table.
Give users a link to the Table-1 form to add content.
Give users a link to the Table-2 list-views to see content.
I also had a thought about lookup fields grabbing calculated column rows from another table and using Javascript to filter on a matching ID. The above seems way simpler.