Article Details
Id:20354
Product:finPOWER Connect
Type:FIX
Version:4.00.02
Opened:07/06/2023
Closed:13/06/2023
Released:27/06/2023
Job: J031254
High Importance

Task Manager 2; System Monitored Accounts folders showing incorrect entries

The top-level Task Manager 2 Monitored Accounts folders, e.g., "All", "Financial" may have shown an incorrect list of entries (and folder counts).

For example, the folder entries for "Financial" may have included entries that were not in Financial monitoring but were in Non-Financial monitoring.

This was due to the Range "*,!<Null>" which is used by the system folders not catering for the Not part, i.e., they included all values including those that were Null, i.e., were not monitored.

In the business layer, the finMonitorCategories.GetMonitorCategoriesPksListFromRange method has an additional "hasNotNull" ByRef parameter.