Currently I am working on HRMS system in sharpoint 2013. But facing some authorisation issue there
what happening is, I having groups of people, Let say Manager, Team leader, Employee and the scenario is, Manager can see team member’s and team leader’s data, Team leader can see team member’s data. But Team member should not able to see team leader’s / manager’s data. This works fine with sharepoint permission
But problem comes when person which is belongs to Manager group should not allow to see another manager’s team member and team leader’s data
In this case sharepoint permission fails. for that what can I do ? any suggestion ?
I had to do something similar (via code) for the approval process. Unfortunately, out of the box, there is nothing that will allow you to split /bisect data in this ‘dimension’ (Users, roles, and Projects).
For another project around Uni Courses Management, I wrote a boring piece explaining the problem (http://atiqam.wordpress.com/2012/12/10/users-roles-and-user-management/).
If you’re up for a challenge, I can hint at a number of ways… although Hugh Woods suggestion is the easiest to implement.
Hi,
I’m not sure the exact fix, but you can check this way :
Go to –> Permission Group –> Settings —> Group Settings : change below settings
Who can view the membership of the group? –> it should be “Group Members ” not everyone.
please let me know.
Thanks,
Gopinath V
@hugh thanks but there is any other option for this ? becuase I want to do this in one site only
In this respect, each “Team should be a separate sub site, with separate permissions.
You can then aggregate from a higher level authority across all if you require such a thing. Using sites to build a hierarchical map of permission groups makes things like this easier.