Share via


SalesQuotationLineType.delete Method [AX 2012]

Deletes the sales quotation line.

Syntax

public void delete([Common _childBuffer, boolean _updateOrderLineOfDeliverySchedule])

Run On

Called

Parameters

  • _childBuffer
    Type: Common Table
    The child record that is associated with the line; optional.
  • _updateOrderLineOfDeliverySchedule
    Type: boolean
    A Boolean value that indicates whether to update the order line after its delivery line is deleted; optional.

Remarks

When delivery lines are deleted, the association with the order line is always deleted from the SalesQuotationDeliverySchedule table. When this method is called and the _updateOrderLineOfDeliverySchedule parameter set to false, it is the responsibility of the caller is to update the order line. This is typically done when multiple delivery lines are updated in a single transaction and the order line recalculation is performed only one time.

See Also

Reference

SalesQuotationLineType Class