SalesCalcAvailableDlvDates.parmReceiptDateBestGuess Method [AX 2012]
Gets or sets the ReceiptDateBestGuess parameter.
Syntax
public TransDate parmReceiptDateBestGuess([TransDate _receiptDateBestGuess])
Run On
Called
Parameters
- _receiptDateBestGuess
Type: TransDate Extended Data Type
The value to set; optional.
Return Value
Type: TransDate Extended Data Type
The value of the ReceiptDateBestGuess parameter.
Remarks
The variable ReceiptDateBestGuess represents the best guess of an available receipt date based on the master date. The master date is initiated in method SalesCalcAvailableDlvDates.initMaster and ReceiptDateBestGuess is set in method createPossibleShippingAndReceiptDates. In the available shipping and receipt dates dialog box, the pointer will be positioned on the best guess of an available receipt date.