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
Fast Formula for Interview updated event in the CSP is not working
Summary: Configure the Interview Updated event in the CSP to move automatically candidate from Interview Requested to Interview Scheduled
Content (please ensure you mask any confidential information):
Hi, I have used the following formula to configur the CSP:
CONDITION_RESULT = 'N'
CONDITION_MESSAGE = 'Debug: '
l_interview_operation = get_context(IRC_INTRVW_OPERATION, 'UNDEFINED')
CONDITION_MESSAGE = CONDITION_MESSAGE || l_interview_operation
IF(l_interview_operation = 'INTERVIEW_SCHEDULED') THEN
CONDITION_RESULT = 'Y'
return CONDITION_RESULT, CONDITION_MESSAGE
Here are screen shots from the config, it is not working, candidate is staying at Interview Requested.
Version (include the version you are using, if applicable):
Tagged:
0