Create an unsaved Account Application SMS Document Log for an Applicant.

NOTE: Currently, the Document must be a 'Client' type Document since an Applicant can easily be converted to a Client on-the-fly.

Syntax

finAccountAppFunctions.CreateSmsDocumentLog(documentId, accountAppApplicant, accountAppLog, [client], [dateAsAt], [message], [specialTags], [recipients], [workflow], [workflowItem])

Parameters

NameTypeOptionalByRefDescription
documentId String The Document Id.
accountAppApplicant finAccountAppApplicant The Account Application Applicant.
accountAppLog finAccountAppLog ByRef The new, unsaved Account Application Log.
client finClient Optional A Client object that has been created/ updated from the Account Application or Nothing (in which case an unsaved Client will be created within this method). If omitted, a value of Nothing is assumed.
dateAsAt Date Optional The Date As At. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
message String Optional The SMS Message or a blank String to retrieve from the Document (template message or Script) or from the Workflow Item.
specialTags ISKeyValueList Optional Any special tags to resolve. If omitted, a value of Nothing is assumed.
recipients String Optional A comma-separated list of Recipient Phone Numbers.
workflow finWorkflow Optional The Workflow to link the Log to. If omitted, a value of Nothing is assumed.
workflowItem finWorkflowItem Optional The Workflow Item to link the Log to. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

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