Does anyone know of a way to implement permissions within a SharePoint list so that items are only visible to the person who created it and also their manager (and their managers and so on). So any person can see all items that are either their own or belong to a subordinate?
I'm using SharePoint Server 2010.
I have try to use a EventReceiver,while a list item added ,setting it's permission to the user's manager,but what if user get a promotion/demotion and they get a new manager?