You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now

Issue with Checklist Eligibility Profile based on Fast Formula

edited Sep 4, 2023 8:01PM in Journeys 6 comments

Content

We have a business scenario where, 

1) Enterprise Onboarding Checklist is tagged to a certain Eligibility profile 
2) Eligibility Profile was created using Fast Formula
3) Fast Formula finds the Worker Category value from the Person Record (Pending Worker)

Fast Formula used:

DEFAULT FOR PER_ASG_EMPLOYEE_CATEGORY_MEANING IS 'UK - Executive'

CONDITION_RESULT = 'N'

IF 

(PER_ASG_EMPLOYEE_CATEGORY_MEANING = 'UK - HR')

THEN 
(CONDITION_RESULT = 'Y')
return CONDITION_RESULT


We are facing an issue where in the checklist is not getting allocated to the person record. If we remove the eligibility profile then it is working fine. I assume that there is an issue with the Worker Category DBI. 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!