Share via


SalesCalcAvailableDlvDates.parmSalesAvailableDlvDatesTmpBestGuess Method [AX 2012]

Gets the SalesAvailableDlvDatesTmpBestGuess parameter.

Syntax

public SalesAvailableDlvDatesTmp parmSalesAvailableDlvDatesTmpBestGuess()

Run On

Called

Return Value

Type: SalesAvailableDlvDatesTmp Table
The value of the SalesAvailableDlvDatesTmpBestGuess parameter.

Remarks

The TmpSalesAvailableDlvDatesBestGuess variable represents the best guess of an available receipt date and available Ship date based on the master date. The master date is initiated in the initMaster method and ReceiptDateBestGuess variable is set in the createPossibleShippingAndReceiptDates method. In the available shipping and receipt dates dialog box, the pointer will be positioned on the best guess of this set of dates.

See Also

Reference

SalesCalcAvailableDlvDates Class