Share via


SalesCalcAvailableDlvDates_QuoteTable.checkConfirmedDates Method [AX 2012]

Determines whether to perform delivery date control on the confirmed dates.

Syntax

protected boolean checkConfirmedDates()

Run On

Called

Return Value

Type: boolean
true if the delivery date control on confirmed dates must be performed; otherwise, false.

Remarks

This method always returns false in subclasses that are related to tables that do not contain confirmed date fields. For example, the TmpSalesTable and TmpSalesLine tables.

See Also

Reference

SalesCalcAvailableDlvDates_QuoteTable Class