Share via


SalesCalcAvailableDlvDates.calcBackward Method [AX 2012]

Calculates the first available receipt date backward from _fromDate. Then, the ship date is calculated based on the first available receipt date.

Syntax

protected container calcBackward(
    FromDate _fromDate, 
    WorkCalendarSched _workCalendarSched, 
    CalendarId _shippingCalendarId, 
    CustVendTransportCalendarId _transportCalendarId, 
    CustVendTransportDays _transportDays)

Run On

Called

Parameters

Return Value

Type: container
Container: Available ship date and available receipt date.

See Also

Reference

SalesCalcAvailableDlvDates Class