Complete a 'Check List Item' type Workflow Item in the current Item Group. Does not fire any Script events such as 'BeforeItemAction'.

<para> This ignores any Permission Key checks since it is for use in Scripts. </para> <para> Unlike most types of Workflow Item, Check List Items can be completed for Item Groups other than the Current Item Group. </para>

Syntax

finWorkflowExecutor.CompleteCheckListItemByOriginalItemId(itemIdOriginal, [statusNotes], [performUpdates])

Parameters

NameTypeOptionalByRefDescription
itemIdOriginal String The Original Id of a Workflow Item in the current Item Group.
statusNotes String Optional Any Status Notes to record against the Item.
performUpdates Boolean Optional Perform updates such as setting the Workflow's Flag Colour. This is ignored if this Workflow Item is not in the Current Item Group. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

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