Birth Life Event — Cloud Customer Connect
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

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!