Update the Reference and Notes fields of an Account Transaction.

Syntax

finAccountTransactionFunctions.UpdateTransactionReferenceAndNotes(accountPk, accountTransactionPk, reference, notes, [timestamp])

Parameters

NameTypeOptionalByRefDescription
accountPk Integer The Primary key of the Account the Transaction belongs too.
accountTransactionPk Integer The Primary key of the Account Transaction to update.
reference String The Reference new value.
notes String The Notes new value.
timestamp Integer Optional The Timestamp of the Account Transaction. If omitted, a value of -1 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