This member is for System Use Only and should NOT be used.
Update a Workflow Item's User Data.

This functionality is typically only for use via the User Interface.

Syntax

finWorkflowExecutor.WorkflowItemUpdateUserData(workflowItemPk, newUserData, clearExisting, workflowItemTimestamp)

Parameters

NameTypeOptionalByRefDescription
workflowItemPk Integer The primary key of the Workflow Item.
newUserData ISKeyValueList A Key/ Value List containing the new User Data.
clearExisting Boolean Indicates whether to Clear all existing User Data on the Workflow Item, i.e., any values not contained in newUserData will be lost.
workflowItemTimestamp Integer The Workflow Item's Timestamp.

Return Value

Boolean

A Boolean value indicating success.

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