The Log Subject will be set to the Document's Description.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| documentId | String | The Document Id. | ||
| 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. |
A finAccountAppLog object.