Close a Workflow and start a New Workflow.

Syntax

finWorkflowFunctions.WorkflowCloseAndStartNewWorkflowPk(workflowPk, closedDate, outcome, notes, cancelled, newWorkflowTypeId, newWorkflowPk)

Parameters

NameTypeOptionalByRefDescription
workflowPk Integer The primary key of the Workflow.
closedDate Date The Close Date.
outcome String The Outcome.
notes String Notes.
cancelled Boolean Indicates whether this Workflow is being Cancelled.
newWorkflowTypeId String The Id of the new Workflow Type to create.
newWorkflowPk Integer ByRef The primary key of the newly created Workflow.

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