Note: This should be used with caution when actioning an Update Request of type 'Account Payment Arrangement Add'. This type of Update Request relies on the actual ExecuteCommit() being run elsewhere (such as a form). Using ApproveDeclineAccountUpdateRequest for these Update Request types will only flag it as Actioned.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| approve | Boolean | True to Approve the Update Request, False to Decline it. | ||
| accountLogPk | Integer | The Account Log Pk. | ||
| index | Integer | Optional | The index of the item to Action. -1 to action all. If omitted, a value of -1 is assumed. | |
| declineGroup | Boolean | Optional | If the specified item belongs to a Update Request Group, this indicates whether to decline the entire group. If omitted, a value of True is assumed. |
A Boolean value indicating success.