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.
Help with CSP fast formula
Summary
Add additional criteria into existing FFContent
We have a fast formula in use to progress candidates who pass our external Chemistry assessment. We want to add in an additional criteria so only candidates who are internal will pass. Can someone please help how to add that criteria in? Our FF resource is on holiday at the minute.
DEFAULT_DATA_VALUE FOR IRC_CSP_ASSMNT_PARTNER_NAME IS 'N/A'
DEFAULT_DATA_VALUE FOR IRC_CSP_ASSMNT_RESULT_BAND IS 'N/A'
CONDITION_RESULT = 'N'
DEFAULT_DATA_VALUE FOR IRC_CSP_ASSMNT_RESULT_BAND IS 'N/A'
CONDITION_RESULT = 'N'
i = 1
WHILE IRC_CSP_ASSMNT_PARTNER_NAME.EXISTS(i)
LOOP
(
partner_name = IRC_CSP_ASSMNT_PARTNER_NAME[i]
WHILE IRC_CSP_ASSMNT_PARTNER_NAME.EXISTS(i)
LOOP
(
partner_name = IRC_CSP_ASSMNT_PARTNER_NAME[i]
Tagged:
0