Add Item Group to a Workflow from those defined on the Workflow Type but do not save the Workflow for a Version 1 Workflow.

<para> The Workflow will not be saved. </para> <para> If an item with the same Id as this Item Group, a sequence number will be appended to the Item Id of the newly added Item Group. </para>

Syntax

finWorkflowFunctions.WorkflowAddItemGroupFromWorkflowType(workflow, itemId, skipCurrentItemGroup, [index])

Parameters

NameTypeOptionalByRefDescription
workflow finWorkflow The Workflow to update.
itemId String The Id of the Item Group.
skipCurrentItemGroup Boolean Indicates whether to Skip the Current Item Group and any unactioned items within it.
index Integer Optional The Index of the Item Group to insert this item before or -1 to add to the end. If omitted, a value of -1 is assumed.

Return Value

Boolean

A Boolean value indicating success.

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