PaymCalendarSourceSalesOrderParm::getAdjustedDateServer Method [AX 2012]
Gets the adjusted due date so that it falls on a business day per calendar rules.
server private static container getAdjustedDateServer(SalesParmTable _salesParmTable)
Run On
ServerParameters
- _salesParmTable
- Type: SalesParmTable Table
The sales parameter table buffer that specifies the due date and the calendar source.
Return Value
Type: containerA container that contains a packed instance of the PaymCalendarAdjustedDate class.
Show: