Get Started with Redwood for Oracle Cloud HCM Begin Now
Pending Worker eligiblity profile for Journey
Summary
How do you all retrieve pending workers with a specific eligibilty criteria for an entire country.Content
I have had some kind people in this forum help with a FF to select employees in a country, but this doesn't work on the pending worker as the assignment is not live at the time. We have tried to do it with the legal entity - see below but its not working.
DEFAULT FOR PER_LEGAL_EMPLOYER_COUNTRY IS 'XOXO'
ELIGIBLE = 'N'
IF (PER_LEGAL_EMPLOYER_COUNTRY = 'US') THEN
(
ELIGIBLE = 'Y'
)
RETURN ELIGIBLE
Could anyone help me with this please?
Version
Tagged:
2