Get Started with Redwood: Oracle Cloud SCM and Purchasing
Require help in fixing/troubleshooting the CSP fast formula
Summary:
I am trying to include an action in CSP and send automated notification to external candidates based on a response provided for a prescreening question. Below is the fast formula I have used and its not triggering the notification as expected.
DEFAULT_DATA_VALUE FOR IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_QSTN_CODE IS 'NA'
DEFAULT_DATA_VALUE FOR IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE IS '000'
CONDITION_RESULT = 'N'
i = 1
WHILE IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_QSTN_CODE.EXISTS(i) LOOP
(
QUESTION_CODE = IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_QSTN_CODE [i]
ANSWER_CODE = IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE [i]
0