BankBorderoCreateReversalJour_BR.createVoucher Method [AX 2012]

Creates the voucher in the LedgerJournalTrans table for the bank check reversal journal.

Syntax

protected boolean createVoucher()

Run On

Server

Return Value

Type: boolean
true if the voucher is created successfully; otherwise, false.

Remarks

The journal transaction that this method creates produces an insert into the LedgerJournalTrans table. Therefore, code for handling optimistic concurrency (OCC) database exceptions is not required.

See Also

Reference

BankBorderoCreateReversalJour_BR Class