Pregunta

I have a SharePoint custom list in a similar format to below:

ID, Raised by, Raised by, Bulk Upload Type, Date of request, Additional Contacts (for updating), Status

I would like the 'Status' field to be read-only unless the user is in the 'Site Owners' access role for the page - is there a way of doing this on SharePoint 2016?

No hay solución correcta

Otros consejos

SharePoint does not support column-level security. While you can implement solutions to hide the column, the data is ultimately accessible.

One thing you could think about is abstracting away the data access and permission. For example, build a Power App that accesses the data with a defined account.

Agree with trevor,column-level permission is not supported in SharePoint.In addition, you could go to this forum which is dedicated to PowerApps for more help if you need it in the future.

Licenciado bajo: CC-BY-SA con atribución
scroll top