PaymCalendarSourceLedgerJournalTrans::getUpdatedDueDate Method [AX 2012]

Calculates a due date that falls on a business day per specified calendar source.

server public static DueDate getUpdatedDueDate(LedgerJournalTrans _ledgerJournalTrans, PaymDayId _paymDayId)

Run On

Server

Parameters

_ledgerJournalTrans
Type: LedgerJournalTrans Table
The ledger journal transaction table buffer that specifies the date and calendar source.
_paymDayId
Type: PaymDayId Extended Data Type
The ID of the payment day.

Return Value

Type: DueDate Extended Data Type
The due date.
Show: