Checks to see if the User can Action or set the Outcome of this Item.

For a User to be able to Action this Item, the following must be true: <list> <item>The Workflow must be 'Open' (and not 'On Hold')</item> <item>The User must be able to Edit Workflows (Workflow.Update 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 Action this item based on the items PermissionKeyAction</item> <item>This must be the Current Item OR the Item Group must indicate that items do not need to be completed in sequence</item> <item>Item Groups must have all items in them completed</item> <item>Review and Wait items cannot be actioned in advance, i.e., they must be the Current Item</item> </list>

Syntax

finWorkflowItem.CanAction(message, [scriptDenied])

Parameters

NameTypeOptionalByRefDescription
message String ByRef A warning message describing why this item cannot be actioned.
scriptDenied Boolean Optional ByRef Indicates whether the 'CanActionItem' Script event has denied actioning of this item. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value.

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