Hello Expert,
I would like to know how using fast formula, to set the pay value of an element.
Supposed simple use case, my fast formula return a pay value which is let say 200, then I what to attached it with an element.
Any suggestion!!!
Please note that I created a fast formula then attached it in status processing rules in the element . But still when running the payroll extract xml the pay value does not displayed.
Please find attached print screen and fast formula code
DEFAULT FOR pay_value is 0
INPUTS ARE pay_value(number)
l_value = 78
l_value = pay_value
RETURN l_value

Find XML Extract.

Thanks