To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Error in Approvals
Summary:
Hi Experts!
We are facing an issue with Change Personal Information for driver's license.
Here's how the approvals are setup in the instance.
The 1st rule logic checks if the EMPLOYEE itself has submitted the transaction which is SUCCESSFULL
The 2nd rule logic checks if the HRBP requests/submits the transaction which is FAILING/ERRORING
The 3rd rule logic checks if the Shared Service REP requests/submits the transaction which is FAILING/ERRORING.
—
rule logic configured to segregate the requestor:
((transactionApprovalRequest.ViewInstanceName equalsIgnoreCase "DriversLicense") AND (GetAllRepresentatives("PYX_HRBP",GetRepresentativeListByTransactionIdResponse.result) contains transactionApprovalRequest.requestor) AND (((Current Person DriversLicense != null) AND (Proposed Person DriversLicense == null)) OR (((Current Person DriversLicense == null) AND (Proposed Person DriversLicense != null)) OR ((Current Person DriversLicense.result.LicenseNumber != null) AND (Proposed Person DriversLicense.result.LicenseNumber != null) AND (Current Person DriversLicense.result.LicenseNumber != Proposed Person DriversLicense.result.LicenseNumber)))))