Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Fast Formula feasibility
Hello Team,
I have the current FF that calculate eligibility:
We would like to evolve this formula and include another IF variable which will take into consideration the worker entry date and another contract type. Couldd you advise if same is feasible?
ALIAS PER_ASG_CONTRACT_TYPE AS CONTRACT_TYPE
ALIAS PER_ASG_CONTRACT_ATTRIBUTE1 AS CONTRACT_NATURE
ALIAS ACP_HIRE_DATE AS HIRE_DATE
ALIAS PER_PER_WORK_RELATIONSHIP_MAX_DATE AS LATEST_START_DATE
ALIAS PER_REL_DATE_START AS WORKREL_START_DATE
DEFAULT FOR CONTRACT_TYPE IS 'N/A' /the code for the contract type/
DEFAULT FOR CONTRACT_NATURE IS 'N/A' /
0