How to generate many instances of Deduction from array and formula?
Hello all,
I'm having trouble to solve this scenario on Global Payroll Core.
I have a new array which may returns two or more rows per payee, containing relevant Employee's Dependents data. I want to generate a deduction value per each dependent found, and must have separate instances of the same deduction element.
This deduction element is using a driver accumulator, and the User_Field1 will be filled with Dependent Id (coming from a Variable with the Array data).
My array setup is "employee-based look-up" and has a formula processing option = "by row, apply all formulas";
So, I have set a new formula to use the data from each row of the array, to do some math and generate the deduction element.