PaymCalendarAdjustedDate::construct Method [AX 2012]

Creates an instance of the PaymCalendarAdjustedDate class.

client server public static PaymCalendarAdjustedDate construct(
    DueDate _adjustedDueDate, 
   [PaymCalendarRecId _paymCalendarRecId, 
    PaymCalendarRuleId _paymCalendarRuleId])

Run On

Called

Parameters

_adjustedDueDate
Type: DueDate Extended Data Type
The adjusted due date.
_paymCalendarRecId
Type: PaymCalendarRecId Extended Data Type
The record ID of the payment calendar associated to the calendar rule or 0 if not found; optional.
_paymCalendarRuleId
Type: PaymCalendarRuleId Extended Data Type
The record ID of the first matching payment calendar rule record or 0 if not found; optional.

Return Value

Type: PaymCalendarAdjustedDate Class
A new instance of the PaymCalendarAdjustedDate class.

In order to show when no processing was performed, set the adjusted due date to the initial due date.

Show: