LedgerJournalEngine_VendInvoiceRegister.getDueDateLimit Method [AX 2012]

Retrieves 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.

See Also

Reference

LedgerJournalEngine_VendInvoiceRegister Class