Share via


SalesQuotationLineType.update Method [AX 2012]

Updates the sales quotation line record in the SalesQuotationLine table.

Syntax

public void update(
   [boolean _dropInvent, 
    Common _childBuffer, 
    boolean _updateOrderLineOfDeliverySchedule])

Run On

Called

Parameters

  • _dropInvent
    Type: boolean
    A Boolean value that specifies whether the inventory movement that is associated with the line has to be updated; optional.
  • _childBuffer
    Type: Common Table
    The child record that is associated with the line; optional.
  • _updateOrderLineOfDeliverySchedule
    Type: boolean
    A Boolean value that indicates whether the order line should be updated after its delivery line is updated; optional.

Remarks

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