SalesQuotationTableForm_Sales.syncDeliveryScheduleDDC Method [AX 2012]
Indicates whether there are any delivery lines with shipment dates that are lower than the new order line values and then prompts the user to determine whether Delivery Date Control should be run on delivery lines.
Syntax
protected boolean syncDeliveryScheduleDDC(SalesQuotationLine _orderLine, [boolean _interactive])
Run On
Called
Parameters
- _orderLine
Type: SalesQuotationLine Table
The new order line.
- _interactive
Type: boolean
A Boolean value that specifies whether the synchronization should be interactive; optional.
Return Value
Type: boolean
true if any delivery lines were changed; otherwise, false.
Remarks
If the _interactive parameter is false, the Delivery Date Control is always run for delivery lines with shipment dates that are lower than the shipment date of the order line.