Release History
finPOWER Connect 3.01.11
NEW: Annual Investment Income Report (AIIR); Updated to version 12.0.0
The Australian Annual Investment Income Report (AIIR) has been updated to version 12.0.0 ready for the 2019 tax year.
FIX: Business Layer; updated several functions that internally use String.Format to trap errors
Several functions in the Business Layer, that use String.Format internally, have been updated to add error trapping.
NEW: Credit Sense Bank Account Enquiries; Updated Reference to include the Client Id
The reference that is sent to Credit Sense with each Bank Account Enquiry application is now prefixed with the Client Id to make identifying the request easier.
FIX: Credit Sense; Summary Page displays incorrect caption for 'Categorised" supplemental report
The Summary Page displays the incorrect caption for Report 16, the 'Categorised' supplemental report.
FIX: Account Financial Summary Page; various captions were missing ":"
On the Account Financial Summary Page, various captions were missing the ":", e.g. "Credit Limit" should be "Credit Limit:".
FIX: Account Security Analysis Report; Prior column includes Land items no longer in use

The Account Security Analysis Report incorrectly includes Land items no longer in use in the "Prior Ranking Mortgages" column.
FIX: Account Type; Rate Tables not respecting Start-up list

Under Account Types, Rate Tables page, you can define which Rate Tables can be used for the Account Type. In addition you can define the list of Rate Tables that apply for Start-up Interest Rates.
NEW: NZ Bank/ Branches; update supplied Bank Branch Register file
The NZ Bank/ Branch Register file supplied with finPOWER Connect has been updated to the February 2019 list.
FIX: New Account wizard; Deposit Term of "On Date" not showing the date field as mandatory
When entering a new Fixed Term Deposit in the New Account wizard, if the Term selected is "On Date", the date field is not showing as mandatory.
FIX: HTML Widgets; Account Close Quotation; 'Finish' button is hidden so you cannot print or email a Close Quotation
The "Finish" button on the Account Close Quotation wizard HTML Widget was hidden so you were unable to print of email a Close Quotation document or save a Log recording the Quotation.
NEW: Equifax (Veda) Australia Credit Enquiry; Added support for ScoreSeeker product
Support has been added for Equifax Australia's product "ScoreSeeker".
FIX: Global Settings; Developer; Auto-Backup causes crash to desktop if folder not found
If an invalid folder, e.g., an invalid UNC path, is specified under the Global Settings, Developer, General page then opening either the Scripts or Portals forms would intermittently crash to the Windows desktop.
FIX: finPOWER Connect Cloud Configuration form; Typo fixed on Account Applications, Forms & Actions page
'a Account Application' has been corrected to 'an Account Application' on the finPOWER Connect Cloud Configuration form, Forms & Actions, Account Applications page.
FIX: HTML Widgets; Grid; Calling Refresh or VirtualDataRefresh methods affect focused control
If an HTML Widget is focused on a non-grid control such as a TextBox and a grid's Refresh or VirtualDataRefresh methods were called, the TextBox would lose input focus.
NEW: PPSR NZ interface; updates for Version 7.0.3 release
The NZ PPSR is due to release build 7.0.3 into production on 13th March 2019.
NEW: HTML Widgets; widget.UI.Forms.ShowHtmlWidgetModal method added
A new mechanism has been added to allow an HTML Widget to display another HTML Widget and also allow the first HTML Widget to receive callbacks from the second HTML Widget.
FIX: Client IRD/ VAT Number; updated incorrect error message
The Client IRD/ VAT Number, for NZ and UK, returns an grammatically incorrect error message if the length of the Number is incorrect; the word "only" is repeated.
NEW: Message Handler; Port can now be specified on a per-User basis
The User Preferences form, General, Message Handler page now allows the TCP/IP Port specified under Global Settings to be overridden for a User.
NEW: NZ PPSR Interface; Get Financing Statement Versions returns
The NZ PPSR Interface currently returns incorrect information in the Get Financing Statement Versions response.
NEW: Quick Search; When only searching Clients, search results non longer converted to a Branch or External Parties
When performing a normal Quick Search, any Clients that relate to Branches or External Parties show the Branch/ External Party details and links rather than the Client.
FIX: finAccountCalc; fails to calculate term when an overriding regular payment is entered
When you enter an overriding regular payment, the idea is that the term is then calculated.
NEW: Account Standard Transactions; now allow Basis to be updated when frequency is "Opening"
Account Standard Transactions now allow the Basis to be updated when the frequency is "Opening", if the Element's Type is Cost, Fee or Journal.
FIX: Account Processes; Disbursement Account label is behind other controls
The Disbursement Account label is behind other controls when there are no Loan Accounts that have pending closes.
FIX: High DPI display issues; several minor tweaks made
Several minor tweaks have been to better support very High DPI displays, i.e. 200%.
NEW: Activate Accounting Ledgers wizard; only includes "Open" Accounts
The Activate Accounting Ledgers wizard now includes "Closed" and "Closed (Pending)" as well as "Open" Accounts.
FIX: Security Statement Details Report; Insurance details not showing
On the Security Statement Details Report, if full Item details are selected, Insurance details were not showing.
FIX: Standard Transactions; updated validations

A few minor tweaks have been made to Standard Transaction validations.
FIX: Permissions Explorer; Incorrectly shows a Tools, Web menu permission
The Permissions Explorer was incorrectly showing a Tools, Web menu permission.
FIX: Summary Page (version 2) Scripts; Target Object items missing
The following items were missing in the "Object" dropdown list for Summary Page (version 2) Type Scripts:
NEW: PPSR NZ Search; now shows results grid for Debtors
The PPSR NZ Search wizard now shows a results grid for both Individual and Organisation Debtor searches; if there are more than 10 results.
NEW: Summary Pages; updated hard-coded Summary Pages to Summary Page 2
Various forms within finPOWER Connect still used version 1 style Summary Pages - typically where the Summary Page is hard coded in the program.
NEW: HTML Widgets; Grids; Editable columns now have more advanced list support
Editable String columns in grids now have more advanced list support.
NEW: Addressing, splitting street into components does not handle Apartment
The following unit components are now handled by the finBL.Addressing.StreetSplit function:
NEW: Quick Search; When an Account Id is entered and no Clients found, now lists all Clients on that Account
When using the Quick Search to search Clients but not Accounts (e.g., in a custom New Account wizard), if no Clients were found in the initial search and a valid Account Id is entered then all Clients for this Account are returned.
NEW: Account Financial Summary Page; Added % sign to Comparison Rate
On the Account form, Financial Page, the Summary Page did not include a % sign for the Comparison Rate - this has been added.
NEW: Business Layer; ISQuery; better handling of Captions for dynamic currency columns

Certain reports such as Loan Cash Flow have dynamically captioned columns, e.g., to display the date that the column applies to.
FIX: New Account wizard; fails with unhandled exception error when clicking Next on the Financial page
The New Account wizard may fail with the error "An unhandled exception has occurred. Key does not exist in collection." error when clicking Next on the Financial page.
FIX: Equifax (Veda) Australia Credit Enquiry; IDMatrix updated to limit length of Employer and Occupation fields
The Equifax (Veda) Australia IDMatrix product has been updated to limit the length of the Employer and Occupation fields to 50 chars.
NEW: HTML Widgets; New widget.ArrayAllowLookupById to extend array functionality
A new widget.ArrayAllowLookupById method has been added to allow JavaScript arrays (collections) to have a case-insensitive GetItem(id) method.
NEW: HTML Widgets; Controls; ButtonList; VisibleRow property added
A VisibleRow property has been added to the widget.UI.ButtonList control.
NEW: Application Help is now online at help.intersoft.co.nz/fin3.01
The Application Help which is displayed when pressing F1 is now online rather than a local help file which is installed with finPOWER Connect.
FIX: NZ PPSR; Subordination Created and Expiry dates updated

The NZ PPSR Subordination Created and Expiry dates have been updated from Date/ Time to simple Date properties.
FIX: BankStatements (Proviso) Credit Bureau service; Address data may be omitted
The BankStatements (Proviso) summary page may omit the Address when the data only contains free-text Address data.
NEW: PPSR NZ; Remove G2B Interface functionality


Various PPSR G2B functions have been removed from finPOWER Connect, as this interface is no longer supported.
FIX: New Account wizard; when showing the Ledger field on the "Name" page the Purpose field is hidden
If the "Allow entry of Ledger?" option on the Account Type, New Accounts page is checked in the New Account wizard, Name page, the Purpose field is hidden below the Ledger field.
NEW: XML Builder; add Save function
A new Save function has been added to ISXmlBuilder.
NEW: PPSR NZ Interface; added an "Expired" status to Security Statement, PPSR Status
A new "Expired" status has been added to Security Statements, PPSR Status, for New Zealand.
FIX: High DPI display issues; several minor tweaks made
Several minor tweaks have been to better support very High DPI displays, i.e. 200%.
FIX: Auditing; Encrypted User Data showing unencrypted in Logs and the grid on the Audit page

When saving String User Data as encrypted, and if the User Data is audited, the unencrypted values may be shown in the Log page and in the Audit page's grid.
FIX: External Party form, Log page; Summary Page may show an error
If Global Settings, Clients group, Script page "Logs" Summary Page is defined, the Summary Page on the External Party, Log page displays the message "Failed to execute Summary Page Script '[ScriptId]'. Cannot execute script '[ScriptId]'. Invalid Script Ty...