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
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.

Birth Life Event

edited Sep 5, 2020 12:10AM in Benefits 3 comments

Summary

Fast Formula for Birth Life Event

Content

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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