Share via


LedgerJournalTransUpdateCust.reverseSettlement Method [AX 2012]

Finds an instance of the SpecTransManager class and if there are SpecTransManager records in the instance, the ReverseTransact method of the CustTrans table is called.

Syntax

protected void reverseSettlement(LedgerJournalTrans _ledgerJournalTrans, LedgerVoucher _ledgerVoucher)

Run On

Server

Parameters

  • _ledgerVoucher
    Type: LedgerVoucher Class
    The ledger voucher for which to reverse transactions.

See Also

Reference

LedgerJournalTransUpdateCust Class