BankBorderoCreateReversalJour_BR.validateAndUpdateBankAccountTrans Method [AX 2012]

Validates and updates the BankAccountTrans record that is related to the check reversal.

Syntax

protected boolean validateAndUpdateBankAccountTrans()

Run On

Server

Return Value

Type: boolean
true if the validation and update are successful; otherwise, false.

Exceptions

Exception Condition
UpdateConflictNotRecovered

An update conflict on the BankAccountTrans table could not be resolved.

UpdateConflict

An update conflict on the BankAccountTrans table could not be resolved.

Remarks

A BankAccountTrans record is not required to create the bank check reversal journal.

See Also

Reference

BankBorderoCreateReversalJour_BR Class