Gets a list of Accounts that match the specified Bank Transaction Match text. Accounts are ordered from most recent to oldest use of the specified Bank Transaction Match.

Syntax

finAccountFunctions.GetBankMatchAccounts(match, AccountIds, [bankAccountPk], [includeClosedAccounts], [daysLimit])

Parameters

NameTypeOptionalByRefDescription
match String The Bank Match to find.
AccountIds ISList ByRef The list of Account Ids found.
bankAccountPk Integer Optional Optional Bank Account Pk to limit results. If omitted, a value of 0 is assumed.
includeClosedAccounts Boolean Optional Indicates whether to include Closed and Closed Pending Accounts. If omitted, a value of False is assumed.
daysLimit Integer Optional Indicates the number of days to search backwards for. 0 indicates no limit. If omitted, a value of 180 is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccountFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0