cancel
Showing results for 
Search instead for 
Did you mean: 

Bonus type formula issue in SF Compensation

rage123
Explorer
0 Kudos

Hi Experts,

I have a difficult scenario to write the formula in Successfactors compensation.

1.When employee have the amount in onetime bonus(lumpSum), Bonus type (Spot Bonus/Retention Bonus) is mandatory.

If planner does not select this bonus type system should throw the error.

2. When employee does not have one time Bonus(lumpSum), Bonus type is None Selected.

for the above requirement i wrote the formula but it is not working.

if(CUST_BonusType='None Selected',"FALSE","TRUE")

Please provide valuable answers to finish this requirement.

Regards,

Lalitha

Accepted Solutions (0)

Answers (1)

Answers (1)

kemartinez
Explorer
0 Kudos

Hey Lalitha,

The "None Selected" option does not catch with custom validations. Instead, try writing this in the opposite logic to say if Lumpsum is selected TRUE else, FALSE. This will catch the None Selected as invalid and will work. You can compound these if there are multiple selections that are true by stringing the if statements in one another, as needed.

Hope this helps!

Kierstyn