Article Details
Id:21054
Product:finPOWER Connect
Type:NEW
Version:4.01.00
Opened:28/11/2023
Closed:04/01/2024
Released:29/04/2024
Job: J032505

Account Processes; remove "Allow Optimisation?" option from User Interface

The "Allow Optimisation?" option in the Account Processes wizard has been removed. The optimisation feature was added in 2019, and the option to allow was only included in case there was any issue with the changes.

In Global Settings, Account group, General page the "Allow Optimisation?" setting has been removed.

In Account Processes, the "Optimise Account Processing?" setting has been removed.

In the Business Layer the finBL.Settings.AccountProcessAllowOptimisations property has been obsoleted and will always return True.

The Business Layer finAccountProcesses object still supports the OptimiseProcessing property - but it now defaults to True, and can be overridden in a script. The audit now only records if OptimiseProcessing is False, previously only recorded if True.

The following standard Summary Page block has been updated:

  • Account_FinancialSummary
    • Version 1.06 04/01/2024
    • Removed reference to obsoleted finBL.Settings.AccountProcessAllowOptimisations property.