Checks to see if the User can Reset this Item from the User Interface or, in the case of Version 1 type Workflows, from the business layer also.

For a User to be able to Reset this Item, the following must be true: <list> <item>The Workflow must be 'Open' (and not 'On Hold' or 'Pending')</item> <item>The User must be able to Edit Workflows (Workflow.Update permission key)</item> <item>The User must be able to Reset Workflow Items (Workflow.ItemReset permission key)</item> <item>The User must be able to Edit Workflows based on this Workflow Type</item> <item>The User must have permission to Reset this item based on the item's PermissionKeyReset</item> <item>The Workflow Item must be 'Complete' or 'Open'</item> </list>

Syntax

finWorkflowItem.CanReset(message)

Parameters

NameTypeOptionalByRefDescription
message String ByRef A warning message describing why this item cannot be reset.

Return Value

Boolean

A Boolean value.

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