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

Eligibility Fast Formula

Received Response
34
Views
3
Comments
edited May 19, 2021 8:06AM in Compensation 3 comments

Content

Hello experts,

I should create a Fast Formula which make people ineligible to a compensation plan when HRT_PROFILE_ITEM_ATTRIBUTE7 is set to Y.

HRT_PROFILE_ITEM_ATTRIBUTE7 is a custom flag created in person profile page

Below the Fast Formula I'm using that the system cannot validate it.

 

DEFAULT_DATA_VALUE FOR HRT_PROFILE_ITEM_ATTRIBUTE7 IS 'NA'

ELIGIBLE = 'N'
 
IF (HRT_PROFILE_ITEM_ATTRIBUTE7 = 'Y')
THEN
        (ELIGIBLE = 'Y')
RETURN ELIGIBLE

 

What's wrong with it?

Thanks in advance for your time!

Kind Regards,

Valerio

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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