Share via


SalesQuotationLineType_WithMultipleDlvs.update Method [AX 2012]

Updates the order line record in the SalesQuotationLine table.

Syntax

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

Run On

Called

Parameters

  • _dropInvent
    Type: boolean
    This parameter is ignored. It is used by other SalesQuotationLineType subclasses for lines that have associated inventory movements; optional.
  • _childBuffer
    Type: Common Table
    The child record that is associated with the line; optional.
  • _updateOrderLineOfDeliverySchedule
    Type: boolean
    A Boolean value that indicates whether order line should be updated after its delivery line is updated; optional.

Exceptions

Exception Condition
Error

The quantity cannot be changed on an order line that has multiple deliveries.

–or–

The unit cannot be changed on a delivery schedule.

Remarks

If the _updateOrderLineOfDeliverySchedule parameter is set to false, the method represents a delivery schedule synchronization update.

See Also

Reference

SalesQuotationLineType_WithMultipleDlvs Class