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
Birth Life Event
Summary
Fast Formula for Birth Life EventContent
Hi,
Can anyone share a sample fast formula that will trigger Birth Life Event when a contact of Child or Adopted Child is added? I tried the following in Person Changes cause life event and I am pretty sure I am doing something wrong (new to Fast Formulas). Any help or direction is greatly appreciated!
DEFAULT_DATA_VALUE for PER_EXT_CONT_CONTACT_TYPE is 'NA'
ELIGIBLE = 'N'
i=1
WHILE PER_EXT_CONT_CONTACT_TYPE.exists(i)
LOOP
(
IF
(
PER_EXT_CONT_CONTACT_TYPE[i]='C' OR
PER_EXT_CONT_CONTACT_TYPE[i]='A')
Tagged:
0