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.
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