cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rewards & Recognition: Guidelines formula

analousada
Explorer
1,762

Hi,

I need a formula way to have guidelines on Spot Award program. These guidelines should consider the 2%-10% of the Annual Base Salary per employee.

Do you have any idea how can I achieve this?

Many thanks!

Ana Lousada

Accepted Solutions (0)

Answers (2)

Answers (2)

analousada
Explorer

Hello @AndresCarter,

Thank you so much for your help. I'm gonna to share all the steps that I perform in order to achieve the request:

1. Make sure that the advanced setting "Can nominators override the recommended award amount?" on Spot Award Program is enable. 

analousada_0-1743751712948.png

2. Create a rule to make the calculations and link with the MDF Spot Award Object.

analousada_1-1743751830665.png

NOTE: this rule is linked in Save Rule, but it was calculated 2 times. For that reason, I have added a condition to block the 2nd multiplication.

3. The last step, was to create a new Business Rule to make an interval between 2%-10%.

analousada_2-1743752764416.png

I hope that this helps you too @MeghaSadhotra. 🙂

Ana Lousada

 

pal21
Explorer
0 Kudos
Hi @ analousada , I have same requirement where i want nominator to give a number(between 1-10) which works as percentage rather than a flat amount in the field "Award Amount" on nominating screen. But even trying the above screenshots  i am unable to do so. also, i dont have any budget for this award. Please can you guide me with more screenshots.
pal21
Explorer
0 Kudos
Hi Ana Lousada, where have you added the last rule i.e rule number 3
MeghaSadhotra
Explorer
0 Kudos

@analousadaThank you. Just one query, where you able to solve for that USD showing next to 10% when Award Amount was selected?

AndresCarter
Product and Topic Expert
Product and Topic Expert

So, you could have the guidelines set with a value which you want to be a percentage. 
For example, below i have 2 for Mentoring and Team Player.

AndresCarter_0-1740574937583.png

 

Within the business rules on the spotAward object we create the following.

AndresCarter_1-1740574937603.png

 

We create a variable to get the salary of the employee, have the rule set to always true or for a selected program only, and use the Then to set the award amount to be salary*guideline.
When I tested this on an employee who's salary is 413,000.000 I got 2% correctly.

AndresCarter_2-1740574937606.png

Hope this helps,
Andres