Approve or Decline Account-based Update Requests.

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.

Syntax

finUpdateRequestUtilities.ApproveDeclineAccountUpdateRequest(approve, accountLogPk, [index], [declineGroup])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

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