Hi Experts,
I have a requirement, where to put limit on wage types in IT0014 through customized rule...
- RULE
-Select active record for the wage type from IT0014
----retrieve the amount of that wage type * 2(LIMIT)
----retrieve the amount of that wage type in IT table
------if amount > (LIMIT)
--------put the excess amount in Arrears table
------if amount<(LIMIT)
--------take the difference amount from Arrears table into IT table
-If IT0014 is delimited, than select the last record
----(continue the same)
any help is appreciated.
thanks.