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.
How to Prevent Time cards with zero hours from bypassing the approval process
Currently the only rule we have for TimecardApproval (under SoaOLabel.PayrollTimeCardApprovers) is as follows
If 1 is 1
Then
HierarchyBuilder.getManager("supervisory",Task.payload.process.Requester,-1,null,"LINE_MANAGER")
the problem here is that when an exempted employee submit a blank time card (0.00 hours) it bypasses the approval process and it "auto approve", we need to prevent this.
this is for Time and Labor Fusion Cloud 24C
0