Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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