LedgerJournalCheckPost.updateBankCheque Method [AX 2012]

Updates the BankChequePaymTrans record with the correct voucher based on the old voucher and the transaction date and account number from the LedgerJournalTrans table.

Syntax

public void updateBankCheque(LedgerJournalTrans _ledgerJournalTrans, Voucher _oldVoucher)

Run On

Server

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    A table that contains information to find the correct BankChequePaymTrans record

See Also

Reference

LedgerJournalCheckPost Class