Module - Position Budget Management
case - a senior executive needs to see all HrOrgUnits that report up to her, how do I capture them?
Here's what I have tried so far and no luck:
Instance Selection
where (HROrganizationUnit = actor.agent(Employee).PrimaryWorkAssignment.Position.DirectSupervisor.HROrganizationUnit)
Instance Selection
where (HROrganizationUnit = actor.agent(Employee).PrimaryWorkAssignment.HROrganizationUnit)
Thank you