Update the DateCleared field on an Account Transaction.

Will fail if a Bank Transaction, instead you should use finBankTransactionFunctions.UpdateDateCleared.

Syntax

finAccountTransactionFunctions.UpdateDateCleared(accountTransactionPk, dateCleared, [timestamp])

Parameters

NameTypeOptionalByRefDescription
accountTransactionPk Integer The Primary key of the Account Transaction to update.
dateCleared Date The new dateCleared.
timestamp Integer Optional The record's Timestamp. This is used to ensure the record has not been updated by another process. If not specified no check is undertaken. 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