For our managers – we want to limit the position descriptions that we see to only those that are under them hierarchically. For example – if B is a supervisor reporting to A, A should be able to see the direct reports of everyone reporting to A AND everyone reporting to B, etc. This for the LRCPositionDescriptionsManagerList under the Position business class. I’m using Instance Selection to restrict the scope of the list. I know AncestorDirectSupervisor condition is something that can be used, but it is not a part of the Position Business Class. I tried to mimic the condition and relation of that in the Employee business class in the Position business class but it just won't work.
Any help on this is greatly appreciated!