Share via


LedgerJournalTransUpdateCust.setupClosingSettlement Method [AX 2012]

Finds records from the CustTransOpen table that corresponds to the passed in CustTrans record, and for each record inserts reversal settlement records.

Syntax

protected void setupClosingSettlement(LedgerJournalTrans _ledgerJournalTrans, CustTrans _custTrans)

Run On

Server

Parameters

  • _custTrans
    Type: CustTrans Table
    The customer transaction for which to find CustTransOpen records.

Exceptions

Exception Condition
Error

No records from CustTransOpen were found to reverse.

Error

No records from CustTransOpen were found to reverse.

See Also

Reference

LedgerJournalTransUpdateCust Class