Share via


SalesCalcAvailableDlvDates.parmShippingDateBestGuess Method [AX 2012]

Gets or sets the ShippingDateBestGuess parameter.

Syntax

public TransDate parmShippingDateBestGuess([TransDate _shippingDateBestGuess])

Run On

Called

Parameters

Return Value

Type: TransDate Extended Data Type
The value of the ShippingDateBestGuess parameter.

Remarks

The ShippingDateBestGuess variable represents the best guess of an available ship date based on the master date. The master date is initiated in the initMaster method and the ShippingDateBestGuess 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 an available ship date.

See Also

Reference

SalesCalcAvailableDlvDates Class