PaymCalendarSourceSalesOrder::getAdjustedDate Method [AX 2012]
Gets the adjusted due date so that it falls on a business day per calendar rules.
client server public static PaymCalendarAdjustedDate getAdjustedDate(SalesTable _salesTable)
Run On
CalledParameters
- _salesTable
- Type: SalesTable Table
The sales table buffer that specifies the due date and the calendar source.
Return Value
Type: PaymCalendarAdjustedDate ClassAn instance of the PaymCalendarAdjustedDate class that contains the adjusted due date together with the calendar and rule that was applied when adjusting the date.
Show: