Example Fast Formula to Add a Label in Candidate Selection Process — 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

Example Fast Formula to Add a Label in Candidate Selection Process

Summary:

I would like to add 3 different labels to candidates in the CSP depending on how they answer pre-screening questions, ive tried but they just dont do anything, has anyone else had any luck with this?

Content (please ensure you mask any confidential information):

DEFAULT_DATA_VALUE FOR IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE is'XY'

CONDITION_RESULT = 'Y'

i=1

WHILE IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE.EXISTS(i) LOOP

(

answer_code=IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE[i]

IF answer_code = '300000006773134' OR answer_code =' 300001988214243' THEN

CONDITION_RESULT = 'Y'

i = i + 1

)

Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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