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.