| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| subject | String | The Log Subject. | ||
| recordCreatedLog | Boolean | Indicates whether to record this Log in the CreatedLogs collection. If False, a Script can use the CreatedLogsAddClientApp method to manually record the Log. | ||
| clientPk | Integer | The primary key of the Client. | ||
| workflowItemPk | Integer | Optional | The primary key of the Workflow Item to link to or zero. 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 finClientLog object.