cancel
Showing results for 
Search instead for 
Did you mean: 

Can you use CurrentSalary and meritTarget in the same template

jennifer_mckellar
Discoverer
0 Kudos
81

Hi there,

I have a scenario where I have a merit section and extra in the same template, but both require a different salary for the calculation.  The salary for merit is curSalary and I have set the salary for extra as meritTarget

I have the below in the xml for merit, which is working well

<merit-calc basedOn="CurrentSalary></merit-calc>

If there a way to use meritTarget for extra?  I tried entering the code "<extra-calc basedOn="Target"></extra-calc>" into the xml, but got an error

I also tried using compounding, but because Target isn't part of the list, that didn't work either.

Thanks!

 

View Entire Topic
xavierlegarrec
Product and Topic Expert
Product and Topic Expert
0 Kudos

@jennifer_mckellar 

Confirming that only lumpsumTarget, lumpsum2Target and meritTarget are supported.

Maybe switch extra around with one of the lumpsum fields ?

xavierlegarrec_0-1744732312537.png

All the best,

Xavier

jennifer_mckellar
Discoverer
0 Kudos

Thank you Xavier.

I have changed to lumpsum and have used lumpsumTarget and it's now working as expected.