Reasons for Candidate Selection Process Fast Formulas - not working as expected
Summary:
Based on the new feature Reasons for Candidate Selection Process Fast Formulas we can now build FFs conditions for automated CSP actions using reasons selected when moving job applications to a terminal state (Rejected by Employer, Withdrawn by Candidate).
We used the FF Oracle provided in the documentation, but currently isn't working, even though the condition is set on "Send Notification" rejection state in CSP.
Content (please ensure you mask any confidential information):
FF in question:
CONDITION_RESULT = 'N'
l_reason_code = get_context(REASON_CODE, 'UNDEFINED')
IF (l_reason_code = 'REASON_CODE_TO_BE_ADDED_HERE') THEN
CONDITION_RESULT = 'Y'
0