Set the Outcome of a 'Bank Account Enquiry Review' type Workflow Item.

<para> If multiple Outcome Items have the specified Outcome then each of these Outcomes will be actioned in turn. </para> <para> This item will be completed unless the Outcome is a 'Set Recall Date' type item in which case the Workflow's Recall Date will be set and this item's status will be set to 'Open'. </para>

Syntax

finWorkflowFunctions.WorkflowItemSetOutcomeBankAccountEnquiryReview(workflow, workflowItem, outcome, decisionOutcome, decisionCardSourceObject, statusNotes, [newWorkflowId])

Parameters

NameTypeOptionalByRefDescription
workflow finWorkflow The Workflow. This must be unmodified ie. IsDirty must be False.
workflowItem finWorkflowItem The Workflow Item to update.
outcome String The Outcome to set this item to.
decisionOutcome finDecisionOutcome The Decision Outcome or Nothing if no Decision Card was used.
decisionCardSourceObject Object The Source Object on which the Decision Outcome was based or Nothing if no Decision Card was used.
statusNotes String
newWorkflowId String Optional ByRef The Id of a new Workflow if one was created.

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