If a Workflow is created then various entries be added to the Workflow's UserData before it is initialised, e.g., BankTransaction1Pk, BankTransaction2Pk. This allows any Workflow Script code to reference the Bank Transaction being reversed.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| reversePk | Integer | Optional | ByRef | The primary key of the reversed Bank Transaction. If omitted, a value of 0 is assumed. |
| warning | String | Optional | ByRef | A warning returned when a non-critical element of this process has failed, e.g., processing a Workflow. This method may still return True but the warning can be used to alert the User. |
A Boolean value indicating success.