Article Details
Id: | 16138 |
Product: | finPOWER Connect |
Type: | FIX |
Version: | 3.02.00 |
Opened: | 24/05/2019 |
Closed: | 24/05/2019 |
Released: | 15/08/2019 |
Job: | J022369 |
![]() |
Account Key Details, Events Summary link for Status Change Rule fails
On the Account Key Details Summary Page, Events Summary, the Status Change Rule link fails with "Failed to execute Summary Page (version 2) Script 'BuiltIn.SummaryPage2_AccountHistoryItems_HistoryItemSummary'. Script execution failed for Script 'BuiltIn.SummaryPage2_AccountHistoryItems_HistoryItemSummary'. Object reference not set to an instance of an object.".
Note, the following Business Layer functions have been obsoleted:
- finAccount.GetHistoryItemByAccountHistoryPk
- finAccountHistoryItems.GetIndexByPk
Instead you should use:
- finAccount.HistoryItems.ExistsPk
- finAccount.HistoryItems.ItemByPk
The following obsoleted Business Layer functions have been removed:
- finBL.CreateAccountHistoryItems
- finHistoryItems.GetIndexByPk
- finHistoryItems.LoadFromAccount