Update the DateCleared field on a Bank Transaction.

Syntax

finBankTransactionFunctions.UpdateDateCleared(bankTransactionPk, dateCleared, [timestamp])

Parameters

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