Add a 'Log' type Workflow Item to the end of the collection.

Syntax

finWorkflowItems.AddLog(description, itemId, subject, notes, [logSeverityId], [actionPeriod], [automatic], [groupWithPrevious])

Parameters

NameTypeOptionalByRefDescription
description String The Description.
itemId String The Id of this Item.
subject String The Log Subject.
notes String The Log Notes.
logSeverityId String Optional The Log Severity Id.
actionPeriod String Optional The Log Action Period, e.g., 4 Days.
automatic Boolean Optional Indicates whether this Item will run automatically. If omitted, a value of False is assumed.
groupWithPrevious Boolean Optional Indicates whether this Item should be Grouped with the Previous item i.e. it will only be executed if the previous item could not. If omitted, a value of False is assumed.

Return Value

finWorkflowItem

A finWorkflowItem object.

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