Hi Experts,
I wanted to know that in script logic is there any way to dynamically run a loop for no. of months? LIke consider this case :
Account "BALANCE" = COST / TENURE.
So TENURE can be any integer lets say 2 & COST = 12 then the result is 12 / 2 = 6 . Now what I want is the no. of TENURE should
put the value 6 in the same no. of months like TENURE is . LIke TENURE is 2 therefore the result 6 should go to next two months also.
How we can achieve this in script logic or by TMVL any suggestion??