Release History
finPOWER Connect (All) 3.04.04
NEW: HTML Widgets; widget.UI.NumberBox control; Now clears content if very large or very small value entered that may cause issues
Entering a value such as "99999999999999999999" into a number box such as the Payment field in the Account Payment Received wizard may have either changed the number (to a value starting with a 1) or formatted it in a format that contained either "e+" or...
FIX: Credit Bureau; Equifax (VedaXML) NZ; Passport Verification; Gender list incorrect in wizard
The Equifax (VedaXML) NZ Passport Verification product displays the incorrect list of Genders on the Individual Details page of the Credit Bureau Enquiry wizard.
NEW: Revolving Credit Loan Accounts; new option to include Minimum Payments in Next Payment

There is a new option for Revolving Credit Loan Accounts to include future Minimum Payments as the Next Payment. Currently, only Minimum Payments that have been posted as transactions will show as the Next Payment.
FIX: Accounting Ledgers; fails to save Accounting Ledgers when the Account is closed
If an Account is closed and an Accounting Ledger is created with an Opening Date after the date the Account was closed, when the General Ledger Export is run the accruals are cleaned up and redated to the date Closed.
NEW: Credit Bureau; Equifax (VedaConnect) AU; IdMatrix; added support for Australian Centrelink card
The Equifax (VedaConnect) AU IdMatrix Credit Bureau product now supports the new Australian Centrelink card.
NEW: HTML Widgets; VedaConnect (Equifax) Australia; IdMatrix; Support for driver licence card number
The VedaConnect (Equifax) Australia HTML Widget now supports the Australian driver licence card number.
NEW: Credit Bureau; Equifax (VedaConnect) AU; IdMatrix; Added support for Australian Driver Licence card number
The Equifax (VedaConnect) AU IdMatrix Credit Bureau product now supports the new Australian Driver Licence card number.
NEW: Log Extended Data can now be updated via the Business Layer
Log Extended Data can now be updated via the Business Layer, where the Extended Data is Custom1 through 20.
FIX: Opening the Account Payment Arrangement form a second time may result in warning "Only one instance of the 'AccountPaymentArrangementAdd' form can be displayed at once"
After completing a Payment Arrangement for an Account, you are presented (if "Print Advice?" is checked on the first page) with a list of option to either View, Download or Email the Document.
FIX: finWorkflowTypes.GetDataView() not respecting includeInactive Parameter
finWorkflowTypes.GetDataView() was not respecting the "includeInactive" Parameter (it was always assuming "True"). This has been updated, and now the Parameter is respected.
FIX: HTML Widgets; Document Create wizard; Publish button is now disabled if the Document is not configured with the Cloud option "Document can be Published?"
The Document Create HTML Widget was enabling the "Publish" button on the final page even if the Document was configured (via the Web page) with "Document can be Published?" unchecked.
NEW: Task Manager; Workflows system folder; New "Review" Filter Tasks-type folder added
A new "Review" folder has been added under the Workflows system folders.
NEW: Tasks View; Now supports previewing of "Workflow Review" type Tasks
The Tasks Smart List (as shown in the Tasks View) now supports previewing of "Workflow Review" type Tasks.
NEW: Read-Only Database; can perform actions on Bank Interface Service Logs
In a Read-Only Database you can perform actions on Bank Interface Service Logs by clicking on the action buttons in the Summary Page.
NEW: Read-Only Database; can perform actions on Electronic Signatures Service Logs
In a Read-Only Database you can perform actions on Electronic Signature Service Logs by clicking on the action buttons in the Summary Page.
FIX: Read-Only Database; can perform updates and other actions on Bank Account and Credit Enquiries
In a Read-Only Database you can perform updates and other actions on Bank Account and Credit Enquiries by clicking on the action buttons in the Summary Page.
NEW: External Party Personnel; add more audit detail
More audit information has been added to External Party Personnel, including:
NEW: HTML Widget; WebView2; Close/ Cancel button does nothing
When running an HTML Widget using the WebView2 control, e.g., from the "Test WebView (Beta)" on the Test page of the Scripts form, nothing happened. The form did not close as expected.
NEW: Reporting; Run Query wizard; When running an Ad-Hoc Query, the results now have a "Rerun SQL" button
The results grid shown when running an Ad-Hoc Query from the Reporting, Run Query wizard now shows a "Rerun SQL" button below the grid.
FIX: HTML Widgets; widget.UI.AccountOutgoingPaymentDetails; Account Name was not mandatory

In certain circumstances (e.g., an Export Service is defined), the Account Name field in the AccountOutgoingPaymentDetails control should have been mandatory but was not.
NEW: Auditing; added Primary Key as Sub-Key in audit records
To make audit records more useful, the Primary Key has been added as the Sub-Key in more audit records. This includes:
FIX: External Party Employees; Share Employees grid including blank lines
When drilling down to an External Party Employee, the "External Party Employee" page is shown for individuals.
NEW: Export Bank Transactions wizard added to finPOWER Connect Cloud
Export Bank Transactions is now available as a finPOWER Connect Cloud Process. This process is initialised via HTML Widget and runs as a Background Process.
NEW: HTML Widgets; Export Bank Transactions HTML Widget has been added
The Export Bank Transactions wizard has been added as an HTML Widget.
NEW: Web Services; Background processes now checked every 1 second
The Web Services module that checks for new background processes (e.g., Account Processes) to run now polls every 1 second (previously this was every 2.5 seconds).
NEW: HTML Widgets; widget.UI; Additional constants added
The following constants are now available from the widget.UI object:
NEW: Business Layer; New method to get a list of icons; finAccountTypeFunctions.GetIconList()
A new finAccountTypeFunctions.GetIconList() method has been added.
FIX: Account; Transactions page; Reversed Payments are no longer hidden
By default, the Account Transaction grid would hide reversed Transactions.
NEW: Centrix Credit Bureau; "Consumer Investigative Trace" product no longer available
The "Consumer Investigative Trace" product for the Centrix Credit Bureau service is no longer available.
NEW: HTML Widgets; GreenId (Australia); Background Check; Support for driver licence card number
The GreenId (Australia) HTML Widget now supports the Australian driver licence card number.
NEW: Credit Bureau; GreenID (Australia) Background Check; Support for Driver Licence card number added
The GreenId (Australia) Background Check product now supports the Australian Driver Licence card number.
NEW: Client Identification Item; Australian Driver Licence card number added
The Australian Driver Licence Card Number has been added to the Client Identification wizard and the corresponding HTML Widget.
FIX: Script Editor; Loses current line when going into edit mode
Sometimes, when moving to a current line in the Script Editor (e.g., the Script Code or Template Text pages on the Scripts form), and then going into Edit mode, the current line was ignored and the editor flicks back to the top.
FIX: Audit page; changed items may appear at bottom of Details Summary Block
If an item that is audited is blank and updated to non-blank it will appear at the bottom of the list. This is because the items from the "From" list are displayed and then any new items from the "To" list are added at the end.
NEW: Enabling Script Debugging; changed from User Preference to Session based option

Enabling script debugging has been changed from a User Preference to a Session based option.
NEW: Grids; Add 'Toggle' to show / hide hidden rows
When a grid has hidden rows (JavaScript code determines this), a "Show hidden rows" caption appeared in a light yellow bar below the grid.
FIX: User Preferences; Developer group not visible unless licensed for Portals
Under User Preferences, the Developer group was not visible unless licensed for Portals and the User has permission to see the Admin menu.
NEW: Scripts; highlight where "finBL.DebugLaunch" function used
The "finBL.DebugLaunch" function can be used to launch a debugger to debug code as finPOWER Connect is running.
NEW: Saving a record when User Preferences are configured to not "Exit edit mode" now shows a notification
Under User Preferences, General, User Interface, there is an option to "Exit edit mode when a record is saved".
NEW: Removed Export Tax Certificates Business Layer functionality
The Processes, Export Tax Certificates menu option was removed in version 3.03.05. Only New Zealand used this feature and it has been superseded by the Investment Income Report Export.
NEW: Task pane/ Toolbars; changes now saved immediately
Changes to the main finPOWER Connect Task pane and Toolbar are now saved immediately.
FIX: Credit Bureau Enquiries; Gender warning label may be visible
The Credit Bureau Enquiry wizard may display the Gender warning label for services and products that do not require Gender as part of the request.
FIX: Bank Entry; implemented multiple Account select lookup
Bank Entry now allows multiple Accounts to be pasted from the lookup - both in the main list of Transactions and in the Splits grid.
NEW: HTML Widgets; Document Create; Document grid now grouped by Category
The Document grid in the Document Create HTML Widget is now grouped by Category and ordered by Document Id within a Category.
FIX: Reporting; Account Ledger report; Period and Transaction Date parameters not working as expected

When running the Account Ledger report from finPOWER Connect Cloud, the Period and Transaction Date parameters were not working as expected.
FIX: HTML Widgets; Account Bank Transaction Reverse; Support added for Reversing Refund Bank Transactions
Support for Reversing "Refund" Bank Transactions has been added to the Reverse Bank Transaction HTML Widget.
FIX: illion BankStatements; Account Summary totals are misaligned
The illion BankStatements summary page Account Summary totals are misaligned.
FIX: finPOWER Connect fails to start; message shown is "Could not find special directory 'My Documents'."
finPOWER Connect may fail to start and shows the message "An unhandled exception has occurred. Could not find special directory 'My Documents'."
NEW: Withdrawals/ Refunds; Deposit Accounts now support manual allocation of the Withdrawal value
For Deposit Accounts, the Withdrawal and Refund wizards now support the manual allocation of the Value. This allows you to change the allocation when the Withdrawal Transaction is created.
NEW: Admin record forms; Add "Edit" action to bottom
The following Admin forms (read-only view) now display an "Edit" action at the bottom to the right of the "Refresh" action. This can be used in addition to the context specific edit actions on the various pages and launches the edit form with all pages av...