This member is for System Use Only and should NOT be used.
Retrieve a List of active SMS Contact Methods for an Account.

Syntax

finAccountFunctions.GetContactMethodsListSms(accountId, includeNotOwnedByClient, clientMustHaveSendDocumentsFlag, list, [clientId], [includeClientEmployments], [includeClientContactLinkedClients], [includeManager], [includeDealer], [includeBroker])

Parameters

NameTypeOptionalByRefDescription
accountId String The Account Id.
includeNotOwnedByClient Boolean Indicates whether to include Contact Methods that are not directly owned by Clients, e.g. Advisors.
clientMustHaveSendDocumentsFlag Boolean Indicates whether the Account Clients must have their SendDocuments flag.
list List(Of finContactDetails) ByRef The List of Contact Method details.
clientId String Optional The Client Id to filter by or a blank String to include all Account Clients.
includeClientEmployments Boolean Optional If omitted, a value of False is assumed.
includeClientContactLinkedClients Boolean Optional If omitted, a value of False is assumed.
includeManager Boolean Optional If omitted, a value of False is assumed.
includeDealer Boolean Optional If omitted, a value of False is assumed.
includeBroker Boolean Optional If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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