Update the UserFlag and UserNotes fields of an Account Transaction.

Syntax

finAccountTransactionFunctions.UpdateTransactionUserDetails(accountPk, accountTransactionPk, userFlag, userNotes, [timestamp])

Parameters

NameTypeOptionalByRefDescription
accountPk Integer
accountTransactionPk Integer The Primary key of the Account 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:
finAccountTransactionFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0