Hello,
Has anyone had any luck finding or creating a field to return the active primary work assignment's direct supervisor's name from the Employee business class?
I see that the delivered fields in the Employee business class will return the direct supervisor's employee ID number, work email, or actor, but haven't been able to find any delivered fields to bring back the PWA direct supervisor's presentation name.
I've been poring over the table definitions documentation and also tried creating a custom derived field (LPL is below), but it's not bringing back any values through ISD:
Employee is a BusinessClass
owned by hr
Derived Fields
PrimaryWorkAssignmentDirectSupervisorEmployeeName is a DerivedField
type is Alpha size 100
return ActivePrimaryWorkAssignmentRel.first DirectSupervisorManagerEmpRel.ReportingRelation.ManagerEmpID.EmployeeName
It seems like it shouldn't be this difficult!
Thanks for any help,
Noelle