Share via


SalesQuotationTableForm_Sales.refreshDeliveryLines Method [AX 2012]

Refreshes delivery lines after the order line with multiple deliveries was changed.

Syntax

protected void refreshDeliveryLines(SalesQuotationLine _salesQuotationLine)

Run On

Called

Parameters

Remarks

This method rereads the delivery lines that are found in the client cache one by one.

It does not need to re-query the data source, which would be time consuming for a large order.

The assumption is that there will not be hundreds of delivery lines. Therefore, the one by one re-read will normally perform much better taking into account slow findRecord method that would need to be called after the re-query.

See Also

Reference

SalesQuotationTableForm_Sales Class