Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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