Question

I am working on a customized Project Management solution using SharePoint. I have a data view web part which displays all the project data including Project Name / Project Manager. I have a Edit button in front of each line item which opens Edit Form for the respective line item. Each Items have a different Project Managers so I can not create clear permission groups in this case.

I want to show Edit button only for the Project Managers not for anyone else. Is there any way I can achieve this ?

Thanks in advance for your inputs !!

Was it helpful?

Solution

Creates two SharePoint groups, Project Managers and Project Users, then assign Contribute permission to Project Managers and read to Project Users. This way, only Project Managers will be able to edit items.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top