Get Started with Redwood for Oracle Cloud HCM Begin Now
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. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
I am trying to setup project timecard auto approval rule.
Summary:
Hello,
I am trying to setup project timecard auto approval rule.
Via this rule I want to approve all the employee timecard who have level 20 or 25.
That is the employees who have job "General Manager".
I have tried the below BPM Config but it is not working , can you please help me correct the config for the rule
IF
Task.payload.getApprovalTimeRecordsHeader1Response.result.recordedHoursmore than 0
and
RequestorDetails.jobLevel in 20,25
THEN
List Builder Supervisory
Response Type
Required
Number of levels 1
Starting Participant
HierarchyBuilder.getManager("supervisory",Task.payload.process.Requester,-1,"","")
Top Participant
HierarchyBuilder.getPrincipal("EPA.Board",-1,"","")
Auto Action Enabled True
Tagged:
0