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.
FF is not working for Checklist Template
Hi,
I have created a journey, where below Fast Formula Is attached to Eligibility profile which Is in turn linked with Checklist Template.
Ask : Checklist should be triggered to all Employees & CWKs except for Trainees
Issue : Even Trainee's checklist are getting generated
Fast Formula :
DEFAULT FOR PER_ASG_ATTRIBUTE1 IS ' '
IF (PER_ASG_ATTRIBUTE1 = 'Trainee')
THEN(ELIGIBLE = 'N')
ELSE
(ELIGIBLE = 'Y')
RETURN ELIGIBLE
Tagged:
0