Share via


SalesQuotationTableForm_Sales.refreshDeliverySchedule Method [AX 2012]

Refreshes the delivery lines when order or delivery line was modified.

Syntax

public void refreshDeliverySchedule(SalesQuotationLine _salesQuotationLine, [boolean _interactive])

Run On

Called

Parameters

  • _interactive
    Type: boolean
    A Boolean value that indicates whether the synchronization should be interactive; optional.

Remarks

If the _interactive parameter is false, the positive answer is assumed for all question that would have been asked if it was an interactive mode.

See Also

Reference

SalesQuotationTableForm_Sales Class