Article Details
Id:9097
Product:finPOWER Connect
Type:FIX
Version:1.04.01
Opened:19/08/2011
Closed:19/08/2011
Released:31/08/2011
Job: J008038

Account Calculation; scripts that manipulate the AccountCalc.Payments object might produce unexpected results

Scripts that change the AccountCalc.Payments object in the Account Calculation "CalculatePaymentPre" and "CalculateTermPre" events might produce unexpected results.

This occurs because the order of Payments is important, and they were not automatically reordered by finPOWER Connect.

This has been corrected, but in the meantime you can add "AccountCalc.Payments.Reorder" to the end of your script code.