Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Fast Formula for Candidate Extra Information
Content
We are capturing assessment result from a third party application in Candidate Extra Information. For auto progression in CSP we are using the following Fast Formula. It is getting compiled successfully but Auto Progression is not happening.
Please suggest if there any error in the Fast Formula.
DEFAULT_DATA_VALUE FOR IRC_CSP_JOBAPP_ATTRIBUTE_PEI_INFORMATION_CATEGORY IS 'Assessment Score'
DEFAULT_DATA_VALUE FOR IRC_CSP_JOBAPP_ATTRIBUTE_PEI_INFORMATION3 IS 'Red'
CONDITION_RESULT = 'N'
i = 1
WHILE IRC_CSP_JOBAPP_ATTRIBUTE_PEI_INFORMATION3.EXISTS(i) LOOP
(
CSP_JOBAPP_ATTRIBUTE_PEI_INFORMATION3 = IRC_CSP_JOBAPP_ATTRIBUTE_PEI_INFORMATION3[i]
0