ReqCalcExplodeSales_PBA.forecastDeliveryDate Method [AX 2012]

Calculates the expected delivery date of the sales line that contains product builder items.

public TransDate forecastDeliveryDate(SalesLine _argSalesline)

Run On

Server

Parameters

_argSalesline
Type: SalesLine Table
The base sales data that is used for calculation.

Return Value

Type: TransDate Extended Data Type
The delivery date that is obtained for the sales order line.

This method does not process on the sales line directly; a temporary set of simulation data is created specifically for the forecasting. This method is called from the Main method.

Community Additions

ADD
Show: