Insert a 'Review' type Workflow Item into the collection.

Syntax

finWorkflowItems.InsertReview(index, description, itemId, period, periodWorkingDays, periodWorkingDaysCalendarType, waitPeriodBase)

Parameters

NameTypeOptionalByRefDescription
index Integer The Index of the item to insert this item before or -1 to add to the end, -2 to insert before the current item (if this is the current Item Group), -3 to insert after the current item (if this is the current Item Group)
description String The Description.
itemId String The Id of this Item.
period String The Wait period, e.g., 3 Days, 1 Week.
periodWorkingDays Boolean Indicates whether the Period, if specified as a number of days, refers to 'Working Days'.
periodWorkingDaysCalendarType isefinCalendarType The Calendar Type to use if PeriodWorkingDays is True.
waitPeriodBase isefinWorkflowItemWaitPeriodBase The Base Period to Review from.

Return Value

finWorkflowItem

A finWorkflowItem object.

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