Create an unsaved Account Application Log linked to this Workflow.

Syntax

finWorkflowExecutor.CreateAccountAppLog(subject, recordCreatedLog, accountAppPk, [workflowItemPk], [accountAppApplicantPk], [publishImmediately], [source])

Parameters

NameTypeOptionalByRefDescription
subject String The Log Subject.
recordCreatedLog Boolean Indicates whether to record this Log in the CreatedLogs collection. If False, a Script can use the CreatedLogsAddAccountApp method to manually record the Log.
accountAppPk Integer The primary key of the Account Application.
workflowItemPk Integer Optional The primary key of the Workflow Item to link to or zero. If omitted, a value of 0 is assumed.
accountAppApplicantPk Integer Optional The primary key of the Applicant or zero if this Log does not relate to an Applicant. If omitted, a value of 0 is assumed.
publishImmediately Boolean Optional Indicates whether, if possible, this Log should be published immediately, i.e., when calling the PublishLogs method. If omitted, a value of False is assumed.
source isefinLogSource Optional If omitted, a value of isefinLogSource.Workflow is assumed.

Return Value

finAccountAppLog

A finAccountAppLog object.

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