Share via


SalesCalcAvailableDlvDates_TransferLine.checkConfirmedDates Method [AX 2012]

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

Syntax

protected boolean checkConfirmedDates()

Run On

Called

Return Value

Type: boolean
true if it should do the delivery date control on confirmed dates; otherwise, false.

Remarks

This method should always return false in the sub-classes that are related to tables that do not contain confirmed date fields. For example, the TmpSalesTable and TmpSalesLine tables.

See Also

Reference

SalesCalcAvailableDlvDates_TransferLine Class