Forum Discussion
CristianMendoza
Jun 10, 2021Copper Contributor
Cómo restringir el acceso a las listas SharePoint de un sitio
Tengo una Aplicación A en PowerApps que utiliza una Lista L1 de Sharepoint. La primera vez que un usuario U1 se conecta, se le otorga a U1 el acceso a la lista L, ya que necesitará hacer operaciones...
- Jun 11, 2021
CristianMendoza I guess what you need is Item Level permission on the list, you can more info on the same here -
https://blog.netwrix.com/2019/03/07/how-to-use-sharepoint-item-level-permissions/
https://sharepointmaven.com/how-to-enable-item-level-permissions-in-sharepoint/
Jun 13, 2021
Item level permission is exactly how you can restrict permissions from others. Full control users on the list can see other data so it’s usually good for people that might need to see all data. Where it becomes problematic is when you have supervisors that should see their items etc. in their own department. If that’s the case then you have to resort to power automate flows and so lookups and use the SharePoint web api to set permissions for each item etc. to the supervisors. It’s ugly but doable. Hopefully that’s not a requirement for you 😛