Reverses a Transaction, flagging the original and new Transaction as Reversed.

Will fail if the Transaction is a Bank Transaction or an Interest transaction.

Syntax

finAccountTransactionFunctions.ReverseTransaction(accountPk, accountTransactionPk, [notes], [reversePk])

Parameters

NameTypeOptionalByRefDescription
accountPk Integer
accountTransactionPk Integer The primary key of the Transaction to Reverse.
notes String Optional Transaction Notes to include in the reversed Transaction.
reversePk Integer Optional ByRef If omitted, a value of 0 is assumed.

Return Value

Boolean

A Boolean value indicating Success.

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