Article Details
Id: | 13229 |
Product: | finPOWER Connect |
Type: | FIX |
Version: | 2.03.02 |
Opened: | 20/08/2015 |
Closed: | 21/08/2015 |
Released: | 01/09/2015 |
Job: | J016122 |
Close Account wizard; entering a date more than one year in the future gives a warning, but still allows the wizard to proceed
In the Close Account wizard, entering a date more than one year in the future gives a warning, but still allows the wizard to proceed.
This means the "Close Calculation" was not successful, and committing the Close may give unpredictable results. Sometimes the commit may be processed successfully, other times it may error with "Failed to commit Account Close. Failed to add Accrual Transactions. Failed to retrieve valid Calculation Audit data for Interest.".
This is now tested correctly and the wizard will not continue past the first page.
Note, the finPOWER Connect Business Layer "finAccountClose" object has been modified as follows:
- The "Validate" function now returns False if the CloseDate is more than one year in the future.
- "RequiresCalculation" property added. Returns True if the last Calculate failed, or the Account, Close Date or Method have changed since the last Calculate.