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.
Auto Progression of the candidate based Interview Schedule
Content
Hi All,
We have a requirement to move the candidate from 1st interview/Interview to be scheduled (Phase/State) to 1st interview/Interview Scheduled (Phase/State) based on "Scheduled" status of Interview in 'Interview' tab. (Can be candidate managed or Hiring team managed).
We are trying achieve this with below fast formula but no luck.
DEFAULT FOR IRC_CSP_JOBAPP_PHASE_NAME IS ' '
DEFAULT FOR IRC_CSP_JOBAPP_PHASE_CODE IS ' '
DEFAULT FOR IRC_CSP_JOBAPP_CSP_STATE_NAME IS ' '
DEFAULT FOR IRC_CSP_JOBAPP_CSP_STATE_CODE IS ' '
l_phase_name = ' '
0