Release History
finPOWER Connect 2.03.02
FIX: Payment Arrangement wizard; Interest post maturity still charging when Account Type setting, Interest Options, Interest post maturity set to "Do not Charge"
In the Payment Arrangement wizard, Interest post maturity is still charging when the Account Type setting, Interest Options, Interest post maturity is set to "Do not Charge". Note, after the Payment Arrangement is committed the Account calculates correctl...
FIX: Close Accounts wizard; when the close date is backdated it fails to commit
In the Close Accounts wizard, if the close date is backdated, it may fail with "Failed to commit Account Close. Failed to add Accrual Transactions. Failed to retrieve valid calculations audit data for interest.".
NEW: Transaction Entry; import/ export file format now includes Element
The Transaction Entry file format has been enhanced by adding a new column "ElementId".
FIX: FileUtilities functions; better handling of invalid base64 encoded file content in WriteFileFromBase64EncodedString.
If an invalid Base64 encoded string is passed to finBL.Runtime.FileUtilities.WriteFileFromBase64EncodedString it errors with "Object Reference not set to an instance of an object".
NEW: CommonDialog; added GetInputComboBox common dialog
A new common dialog form has been added, namely GetInputComboBox.