Is there a way in LPL to pull a field based on another field?
Example:
From the WorkAssignment, I want to pull the Hierarchy of Management from ReportingRelationship from top to bottom and add to a derived field for File Creation Utility.
My thought was taking the Max level and subtracting for each level, so example below is looking at Level 3 from top down.
return (RREmployeeRel.ReportingRelation.ManagerEmpID) when (RREmployeeRel.Level = max(RREmployeeRel.Level - 2))