Creates a "Web Mail from Client" Client Log.

Syntax

finClientFunctions.CreateWebMailFromClient(notes, [clientLog], [subject], [clientId], [parentLogPk], [relatedAccountId], [keepRelatedAccount], [logSeverityId], [relatedAccountAppId], [keepRelatedAccountApp], [source])

Parameters

NameTypeOptionalByRefDescription
notes String The Notes for the Client Log.
clientLog finClientLog Optional ByRef The created Web Mail Client Log. If omitted, a value of Nothing is assumed.
subject String Optional The Subject of the Client Log. Optional if a valid parentLogPk has been specified.
clientId String Optional The Id of the Client this Log will be saved against. Optional if a valid parentLogPk has been specified.
parentLogPk Integer Optional The Pk of the Parent Log. If omitted, a value of 0 is assumed.
relatedAccountId String Optional A valid Account Id if this Web Mail Log relates to a specific Account.
keepRelatedAccount Boolean Optional When a ParentLogPk has been specified, this indicates whether the related Account Id should be automatically saved to the new log. If omitted, a value of True is assumed.
logSeverityId String Optional The Log Severity to assign to the Client Log.
relatedAccountAppId String Optional A valid Account Application Id if this Web Mail Log relates to a specific Account Application.
keepRelatedAccountApp Boolean Optional When a ParentLogPk has been specified, this indicates whether the related Account Application Id should be automatically saved to the new log. If omitted, a value of True is assumed.
source isefinLogSource Optional The Source of the Client Log. If omitted, a value of isefinLogSource.Unknown 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