Require help in fixing/troubleshooting the CSP fast formula — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
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]

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!