Is there a way to make approval goes to matrix manager (Functional Manager or Head Of Department)?
Summary:
Content (required):
In Performance Document Management in Oracle Fusion HCM , we have a requirement that when the manager submits the Performance Document for employee we need it to move for Functional Manager and Head Of Department for approvals as per employee's assignment .
I worked on transaction console and BPM Worklist using below : HierarchyBuilder.getManager("Supervisory",Task.payload.transactionApprovalRequest.attribute16,Long.parseLong(Task.payload.transactionApprovalRequest.attribute15),null,null)
and also used : HierarchyBuilder.getManager("supervisory",Task.payload.transactionApprovalRequest.Requestor,-1,null,"FUNCTIONAL_MANAGER") AND HierarchyBuilder.getManager("supervisory",Task.payload.transactionApprovalRequest.Requestor,-1,null,"HOD")
but every time I try the transaction it goes to manager's manager not for employee's managers