Hello everyone,
I am stuck with one security issue in SharePoint 2010. I have developed one portal for my organization. The organization follows a particular hierarchy. I will need to give rights to the user as per the hierarchy. For eg. CEO has HODs working under him. HODs have all GMs, ZMs, TRs working under them and so on. Lets say there is a CEO named Steve, has HODs named Guffie and Joyece. Now Guffie has Steven and Joyece has Samantha as GMs. The rights which I have to assign are as follows. Guffie should see the data of Steven but not of
Samantha. Same with Joyece too. Similarly CEO should be able to see the data of both Guffie and Joyece. This is the way permissions go down the hierarchy. How to achieve this in SharePoint 2010?Â
Thanks for reply. But I need something similar to what we do in ASP.NET web sites. For eg. There is a manager and an executive. Their rights are defined with the SQL Server DB. Now when both of them need to access the same data, based on rights we give them different views. And this we do by creating different aspx pages for both and display the data based on rights. Also there can be multiple managers and each manager can have multiple subordinates. This reporting hierarchy is also stored with the database. So one manager will see only his subordinates’ details and not others. Where as in SharePoint we have fixed permissions and its levels. Even if we customize we have to base whatever is available. What is the way by which I can achieve solution to my requirements.