Create an 'Allocate To User' type Workflow Item.

Syntax

finWorkflowItems.CreateAllocateToUser(description, itemId, userId, allocateToSupervisor, period, [automatic])

Parameters

NameTypeOptionalByRefDescription
description String The Description.
itemId String The Id of this Item.
userId String The Id of the User to allocate to or a blank String if allocateToSupervisor is True.
allocateToSupervisor Boolean Indicates whether to allocate to the current Workflow User's Supervisor.
period String The review period, e.g., Immediate, 1 Week.
automatic Boolean Optional Indicates whether this Item will run automatically. If omitted, a value of False is assumed.

Return Value

finWorkflowItem

A finWorkflowItem object.

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