This member is for System Use Only and should NOT be used.
Obsolete. Consider using finClient.GetLatestBankAccountEnquiry instead.
Loads the latest Bank Account Enquiry for a Client. By default this function will only return successfully completed Bank Account Enquiries.

Syntax

finClientFunctions.GetLatestBankAccountEnquiry2(clientPk, response, [serviceLogs], [serviceId], [includeFailed], [includePending], [includeApplicants])

Parameters

NameTypeOptionalByRefDescription
clientPk Integer The primary key of the Client.
response ISBankAccountEnquiryResponse ByRef The successful Bank Account Enquiry Response, or Nothing.
serviceLogs ISServiceLogs Optional ByRef The Service Logs relating to the Bank Account Enquiry. If omitted, a value of Nothing is assumed.
serviceId String Optional The optional Service to filter by.
includeFailed Boolean Optional Include failed Enquiries. If omitted, a value of False is assumed.
includePending Boolean Optional Include Pending/ In Progress Enquiries. If omitted, a value of False is assumed.
includeApplicants Boolean Optional Include Bank Account Enquiries for Account Application Applicants related to the Client? If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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