Set the 'Auto Action' properties of a Workflow Item. Does not action or process the Workflow Item in any way but means that it will be processed before any 'Current' Workflow Items.

This ignores any Permission Key checks since it is for use in Scripts.

Syntax

finWorkflowExecutor.AutoActionItem(workflowItem, [outcome], [statusNotes], [tag], [autoActionFollowingGroupedItems])

Parameters

NameTypeOptionalByRefDescription
workflowItem finWorkflowItem The Workflow Item.
outcome String Optional The Outcome for the Workflow Item (where applicable, e.g., for 'Question' type Workflow Items). This is NOT validated against the Outcome Items defined for the Workflow Item.
statusNotes String Optional Any Status Notes to record against the Item.
tag String Optional A Tag value that can be used by Scripts.
autoActionFollowingGroupedItems Boolean Optional Indicates whether to set the 'Auto Action' properties on this item and also any following grouped (i.e., GroupWithPrevious is True) items. If omitted, a value of False 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