Execute a Electronic Signature Send Document request, and creates a Log for an Account Application.

Syntax

finElectronicSignature.ExecuteSendAccountApplication(request, response, accountAppPk, accountAppApplicantPk, [workflowPk], [workflowItemPk], [executePostFailed], [serviceLogPk], [accountAppLogPk])

Parameters

NameTypeOptionalByRefDescription
request ISElectronicSignatureRequest Request information.
response ISElectronicSignatureResponse ByRef The Response.
accountAppPk Integer The Pk of the Account Application.
accountAppApplicantPk Integer The Pk of the Account Application Applicant.
workflowPk Integer Optional The primary key of the Workflow to link the Account Application Log to. If omitted, a value of 0 is assumed.
workflowItemPk Integer Optional The primary key of the Workflow Item to link the Account Application Log to. If omitted, a value of 0 is assumed.
executePostFailed Boolean Optional ByRef Returns True if the "ExecuteSendPost" 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.
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:
finElectronicSignature
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0