Creates a new Bank Account Enquiry.

This is a shortcut to Service('ServiceId').ExecuteISBankAccountEnquiryRequest but will not cause an error if ServiceId is not valid.

Syntax

finCreditBureau.ExecuteBankAccountEnquiryCreate(request, response, [workflowPk], [workflowItemPk], [executePostFailed], [serviceLogPk], [clientLogPk], [accountAppLogPk])

Parameters

NameTypeOptionalByRefDescription
request ISBankAccountEnquiryRequest Request information.
response ISBankAccountEnquiryResponse ByRef The Response.
workflowPk Integer Optional The primary key of the Workflow to link the Client Log to. If omitted, a value of 0 is assumed.
workflowItemPk Integer Optional The primary key of the Workflow Item to link the Client Log to. If omitted, a value of 0 is assumed.
executePostFailed Boolean Optional ByRef Returns True is the "ExecuteBankAccountEnquiryPost" event script fails. If omitted, a value of False is assumed.
serviceLogPk Integer Optional ByRef The primary key of the Service Log created. If omitted, a value of 0 is assumed.
clientLogPk Integer Optional ByRef The primary key of the Client Log created (a Client Log will not be created if an Account Application Log is able to be created). If omitted, a value of 0 is assumed.
accountAppLogPk Integer Optional ByRef The primary key of the Account Application Log created. If omitted, a value of 0 is assumed.

Return Value

Boolean

A Boolean value indicating success.

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