Share via


LedgerJournalEngine_VendInvoice.getDueDateLimit Method [AX 2012]

Gets the PaymDueDateLimit_ES record that is specified for the payment terms.

Syntax

public PaymDueDateLimit_ES getDueDateLimit(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    The LedgerJournalTrans record that contains the payment terms reference.

Return Value

Type: PaymDueDateLimit_ES Table
The PaymDueDateLimit_ES record.

Remarks

The method is not supported on this subclass. Therefore, no record is returned.

See Also

Reference

LedgerJournalEngine_VendInvoice Class