Article Details
Id: | 18011 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 3.04.00 |
Opened: | 08/03/2021 |
Closed: | 13/04/2021 |
Released: | 30/06/2021 |
Job: | J026130 |
![]() |
HTML Widgets; New Account wizard; Financial page; Options now available
The widget.UI.AccountFinancial control and the corresponding New Account wizard have been updated to support the equivalent of the "Options" tab. Instead on an "Options" tab however the Financial details will show an "Advanced" button.
The "Advanced" button is only shown:
- The Account Type, New Accounts page, New Account Wizard, "Show Options tab in Financial Page?" is checked
- For non-Deposit Account Types
The content of the advanced options block will vary based on these Account Type settings:
- Interest Rate change instructions
- Only shows for: Floating Rate Loans
- Payments in Advance
- Only shows for: Floating Rate Loans, Fixed Term Loans
- Include Regular with Balloon Payment
- Only if Account Type, New Accounts page, New Account Wizard, "Allow Entry of Balloon Payment?" is checked
The additional code change was required in the CreateAccount method of the Script Code (plus other supporting code using these variables):
' Restore properties that may have been reset during the Calculation
With .Calculation
.InterestInstructionDownText = InterestInstructionDownText
.InterestInstructionUpText = InterestInstructionUpText
End With
The following HTML Widget has been updated:
- HtmlWidget_AccountNew
- Version: 1.16 (06/04/2021)