Hello Everyone,
I am trying to set an initial value on a field equal to the employee ID of the actor's Direct Supervisor.
I've been toying with something like:
actor.agent(Employee).DirectSupervisor.DirectSupervisorWorkAssignment.DirectSupervisorEmployee
actor.agent(Employee).PrimaryWorkAssignment.DirectSupervisor.DirectSupervisorEmployee
Neither of the above was successful obviously. I seem to be struggling to wrap my head around converting the value of the employee's direct supervisor ID and then hunting that number back around to an Employee ID.
Any insights would be most appreciated!