Restrict New Hire life event for part timers — 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

Restrict New Hire life event for part timers

edited Mar 10, 2025 9:11AM in Benefits

Summary:

We have a requirement, where in we do not need the 'New Hire' life event to trigger for part timer. We tried using the below formula, attached it to data change under 'Per change causes life event'. However, it does not seem to be working.

Any suggestions to achieve the requirement would be helpful.

Code Snippet (add any code snippets that support your topic, if applicable):

/***********************************************************
DESCRIPTION: FORMULA TO TRIGGER NEW HIRE ONLY FOR FULL TIME EMPLOYEES
***********************************************************/
DEFAULT FOR PER_ASG_FULL_PART_TIME is ' '
l_return = 'N'
IF (PER_ASG_FULL_PART_TIME = 'FULL_TIME') THEN

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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