Reputation: 719
I want to use SharePoint Online to create a SharePoint List (say ListA), in this ListA there are quite a few fields (say 30 fields), one of these fields is the Status field, its value could be Open, WIP, Review, Closed. There have multiple users (say UserA, UserB and UserC) can view all fields of all the items in ListA.
My 5 questions are, can this ListA in SharePoint Online achieve below objectives?
Field1 Field11 Field21
Field2 Field12 Field22
... ... ...
Field9 Field19 Field29
Field10 Field20 Field30
If any one of the above 5 questions is feasible, please provide related reference link(s) or your solution(s) for it.
If it was impossible (not supported in SharePoint Online), please also let me know.
Many thanks
J.W
Upvotes: 0
Views: 603
Reputation: 3655
Please find the solutions for your Requirements
1.Yes. Give user A edit permissions while others read permissions. Refer to this article about SP permission levels: https://learn.microsoft.com/en-us/sharepoint/understanding-permission-levels
2.Yes.Use SharePoint designer to create a workflow to change the user permissions. Check this article :https://truapps.portalfront.com/how-toset-sharepoint-item-level-permissions-based-on-column-or-field-values.html
3 and 4 No. It's impossible to set column/field level permission in SharePoint
5.Yes. Use InfoPath to create custom forms.
Upvotes: 1