When a manager submits a performance goal request for their direct reports issue
Summary:
We have a requirement where:
When an employee submits a performance goal request, it should route for approval, this works as expected.
When a manager submits a performance goal request for their direct reports, it should be auto approved, this is not working for our TEST but it works fine in our DEV environment.
Please see below screenshot for more information on our TEST
PerformanceGoalBlankTxnApproval
((transactionApprovalRequest.attribute25 == "Y") AND (transactionApprovalRequest.attribute10 != ""))
PerformanceGoalManagerfonctionnel
((transactionApprovalRequest.attribute25 == "Y") AND (transactionApprovalRequest.attribute10 != "") AND (GetManager("BPI_MANAGER_FONCTIONNEL",Worker's Assignment.result.requestManager) != "") AND (Performance Goals.Goal Version Type Code == "PENDING_APPROVAL") AND ((1 == 1) OR (Performance Goals.Private Flag == "Y")))