Article Details
Id:8898
Product:finPOWER Connect
Type:FIX
Version:1.04.00
Opened:24/06/2011
Closed:24/06/2011
Released:10/08/2011
Job: J007678
Breaking Change

Scripts; Summary Page for object "Account.AccountingLedgers" changed

The "Account.AccountingLedgers" summary page script has changed.

The parameters were as follows:

ByVal accountingLedgers As finAccountAccountingLedgers
ByVal target As iseSummaryPageTarget
ByVal formRecordMode As iseFormRecordMode
ByVal accountingLedgerIndex As Integer
Optional ByVal scriptContextData As ISKeyValueList = Nothing
Optional ByVal properties As ISKeyValueList = Nothing

The first parameter has been changed to:

ByVal account As finAccount

In the script code you need to reference the AccountingLedgers collection on the Account object, ie Account.AccountingLedgers, rather than directly using the parameter previously passed in.

Note, the "Paste template code" function did not add Accounting Ledger specific code.