Returns the first Client found (see remarks) given the Phone Number specified.

Preference is for the first Client (in ClientId order) that has an Open Account, next where it has an Incomplete Account or Account Application. Both the Client Phone Number must be Active. NOTE: Phone Numbers must be formatted with a separator between the area/ mobile prefix, e.g. space or dash, and the rest of the number.

Syntax

finClientFunctions.GetClientFromPhoneNumber(phoneNumber, mustSupportSms, client, [phoneNumberUnique])

Parameters

NameTypeOptionalByRefDescription
phoneNumber String The Phone Number to find.
mustSupportSms Boolean Indicates whether the Phone Number to find must support SMS.
client finClient ByRef The Client found.
phoneNumberUnique Boolean Optional ByRef Returns False if the Phone Number is NOT unique. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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