Update the UserFlag and UserNotes fields of a Bank Transaction.

Syntax

finBankTransactionFunctions.UpdateTransactionUserDetails(bankTransactionPk, userFlag, userNotes, [timestamp])

Parameters

NameTypeOptionalByRefDescription
bankTransactionPk Integer The Primary key of the Bank Transaction to update.
userFlag String The UserFlag new value.
userNotes String The UserNotes new value or '*' to retain the current User Notes.
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:
finBankTransactionFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0