Get Started with Redwood for Oracle Cloud HCM Begin Now
Auditing Onboarding Process
Summary
Check if candidates have completed specified tasksContent
The attached catalog is based on transitions processes configured in my zone. To use this analysis in your zone you will have to adjust the formulas for the onboarding task(s) you want to audit.
The logic to pull the status for a particular task is as follows (I used column Task 1 in this example):
EVALUATE_AGGR('MAX(CASE WHEN %1 = %2 THEN %3 END)' AS CHARACTER(200),"Submission Transitions Process"."Submission Transitions Task Name (BL)",'New Hire Banking Deposit Form', "Submission Transitions Process"."Submission Transitions Task Current Status")
%1 = "Submission Transitions Process"."Submission Transitions Task Name (BL)"
4