Check to see if this Client should receive an Account Document.

Syntax

finAccountClient.ShouldSendDocument(documentId, [personalised], [addressee], [salutation], [accountLog], [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 '[ClientName]'. If this is the case then a Document will be sent to Joint Clients 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.
accountLog finAccountLog Optional If this is supplied AND the Log links to a Workflow Item AND the Workflow Item has been generated for a particular Account Client, this will be used to determine whether the Client 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' Client that is being combined with other Clients 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:
finAccountClient
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0