Change the Status of a Workflow Item between 'Not Applicable' and 'Not Started' (or 'Open').

This ignores any Permission Key checks performed by the finWorkflowFunctions.WorkflowItemStatusNotApplicableToggle method since it is for use in Scripts. It also ignores the AllowNotApplicable property of the Workflow Item.

Syntax

finWorkflowExecutor.ItemSetStatusNotApplicable(workflowItem, notApplicable)

Parameters

NameTypeOptionalByRefDescription
workflowItem finWorkflowItem The Workflow Item.
notApplicable Boolean Indicates whether the Status should be changed to 'Not Applicable' for 'Open' or 'Not Started' items. If False, the Status will be changed back to 'Not Started'.

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