Article Details
Id:15660
Product:finPOWER Connect
Type:FIX
Version:3.01.08
Opened:05/11/2018
Closed:05/11/2018
Released:13/12/2018
Job: J021548

finBankExportCreate.BankTransactions(index).PayMethodInvalidMessage; Business Layer property fails

The finBankExportCreate.BankTransactions(index).PayMethodInvalidMessage Business Layer property fails if other properties haven't been accessed first.

As a workaround, Insert the following before accessing PayMethodInvalidMessage.

' Fudge; force Payment Method to load, otherwise BankExportCreateItem.PayMethodInvalidMessage fails
Dim s As String
s = BankExportCreateItem.PayMethodAccountName