Journal Approvals - Need to route to Approval Manager if not found then to Line Manager
Summary
Journal Approvals - Need to route to Approval Manager if not found then to Line ManagerContent
Hi,
We have the following requirements for Journal approvals (client is moving Peoplesoft to Cloud)
- Ability to provide an approver for each of the employee who is different from his supervisor.
- We have explored the functionality of using Manager Type = Approval Manager in Person Management and were able to route the Journals to the Approval Manager who is different from the Supervisor (Line Manager)
-
HierarchyBuilder.getManager("supervisory",Task.Creator,-1,"","APPROVAL_MGR")
- Route the journal to Approval Manager first. If Approval Manager is not defined, route it to Line manager
0