Add an Account SMS Log.

Syntax

finAccountFunctions.LogAddSms(accountId, documentId, recipientPhoneNumbers, smsMessage, [subject], [notes], [logDate], [actionDate], [logSeverityId], [sendDate], [source])

Parameters

NameTypeOptionalByRefDescription
accountId String The Account Id.
documentId String The Document Id.
recipientPhoneNumbers String A comma or semi-colon separated list of recipient Phone Numbers.
smsMessage String The SMS Message to send.
subject String Optional The Log Subject. If omitted, a value of Outgoing SMS is assumed.
notes String Optional The Log Notes.
logDate Date Optional The Log Date. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
actionDate Date Optional The Action Date. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
logSeverityId String Optional The Log Severity Id.
sendDate Date Optional The Date that this Document type Log should be sent. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
source isefinLogSource Optional The Log Source. If omitted, a value of isefinLogSource.Unknown 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