Load a collection of Workflows which is used for alerting the User.

Workflows which have been allocated to the current User (or created, and allocated to the current User) within the dates specified will be returned in the collection.

Syntax

finWorkflowFunctions.LoadForAlerts(fromDbDate, toDbDate, workflows, [limitItemCount])

Parameters

NameTypeOptionalByRefDescription
fromDbDate Date The Date and Time to load Tasks From in the Database Time Zone.
toDbDate Date The Date and Time to load Tasks To in the Database Time Zone.
workflows List(Of finWorkflowRO) ByRef The collection of finWorkflowRO objects.
limitItemCount Integer Optional The maximum number of items to return (or -1 to return all). If omitted, a value of 20 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