Get Started with Redwood for Oracle Cloud HCM Begin Now
Eligibility profie based on proposed worker type - fast formula
Summary:
We have tried creating the fast formula to exclude contingent worker as proposed worker type by using below formula.
DEFAULT FOR PER_ASG_PROPOSED_WORKER_TYPE IS '0000000'
l_proposed_per_type = PER_ASG_PROPOSED_WORKER_TYPE
ELIGIBLE = 'N'
If (l_proposed_per_type = '300000000224580' )then
(
ELIGIBLE = 'Y'
)
Return ELIGIBLE
However, when a pending worker is converted and it's an employee, then the task is not getting assigned. Can anyone please suggest the correction on formula to tackle it?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0