Share via


LedgerJournalEngine.getDueDateLimit Method [AX 2012]

Get the PaymDueDateLimit_ES record specified for the payment term.

Syntax

public PaymDueDateLimit_ES getDueDateLimit(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    The LedgerJournalTrans record containing the payment term reference.

Return Value

Type: PaymDueDateLimit_ES Table
The PaymDueDateLimit_ES record.

Remarks

The method is not supported on this subclass so no record is returend.

See Also

Reference

LedgerJournalEngine Class