Share via


SalesLineType_ReturnItem.update Method [AX 2012]

Updates the sales line record in the SalesLine table.

Syntax

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

Run On

Called

Parameters

  • _dropInvent
    Type: boolean
    A Boolean value that indicates whether the inventory movement that is associated with the line must be updated; optional.
  • _childBuffer
    Type: Common Table
    The child record that is associated with the line; optional.
  • _forceInterCompanyMirror
    Type: boolean
    A Boolean value that indicates whether the line must be InterCompany-mirrored; optional.
  • _updateOrderLineOfDeliverySchedule
    Type: boolean
    A Boolean value that specifies whether order line should be updated after update of its delivery line; optional.
  • _cameFromCreate
    Type: boolean
    A Boolean value that specifies whether order line should be updated after update of its delivery line; optional.

Remarks

When calling this method with the _updateOrderLineOfDeliverySchedule parameter set to false it is the responsibility of the caller to update the order line.This is typically performed when updating multiple delivery lines in a single transaction and the order line recalculation is performed only one time.

See Also

Reference

SalesLineType_ReturnItem Class