Check to see if this Applicant should receive an Account Application Document.

Syntax

finAccountAppApplicant.ShouldSendDocument(documentId, [personalised], [addressee], [salutation], [accountAppLog], [jointEmailAddresses])

Parameters

NameTypeOptionalByRefDescription
documentId String The Document Id.
personalised Boolean Optional Indicates whether the Document is personalised, e.g. it is an Email that contains tags such as '[ApplicantName]'. If this is the case then a Document will be sent to Joint Applicants regardless of the SendToAccountJoints flag on the Document. If omitted, a value of False is assumed.
addressee String Optional ByRef The Addressee to use.
salutation String Optional ByRef The Salutation to use.
accountAppLog finAccountAppLog Optional If this is supplied AND the Log links to a Workflow Item AND the Workflow Item has been generated for a particular Applicant, or if the Log links to a particular Applicant, this will be used to determine whether the Applicant should receive the Document rather than any settings defined on the Document. If omitted, a value of Nothing is assumed.
jointEmailAddresses String Optional ByRef If this is a 'Joint' Applicant that is being combined with other Applicants then this will return a semi-colon separated list of Email Addresses.

Return Value

Boolean

A Boolean value indicating whether the Document should be sent to this Account Client.

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