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

Person Change Causes Life Event for change of employment category

edited Sep 29, 2025 3:07AM in Benefits 1 comment

I need a FF to trigger when employment category changes from specific value to another value. There are multiple conditions.

eg: When the employee is changed from PT to FT, it triggers a life event

I have this formula. However, it doesn't detect the change

Inputs are BEN_ASG_IN_EMPLOYMENT_CATEGORY (text), BEN_ASG_IO_EMPLOYMENT_CATEGORY (text)
DEFAULT for BEN_ASG_IN_EMPLOYMENT_CATEGORY is 'XYZ'
DEFAULT for BEN_ASG_IO_EMPLOYMENT_CATEGORY is '****'

l_return = 'N'

IF ( BEN_ASG_IN_EMPLOYMENT_CATEGORY = 'Full-time regular'
or BEN_ASG_IO_EMPLOYMENT_CATEGORY= 'Part-time <24 hours')

then
(l_return = 'Y')

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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