Share via


SalesLineType_Project.update Method [AX 2012]

Updates the sales line record in the SalesLine table.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void update(
           [boolean _dropInvent, 
            Common _childBuffer, 
            boolean _forceInterCompanyMirror, 
            boolean _updateCommercialLine, 
            boolean _mcrAutoallocate, 
            boolean _cameFromCreate])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void update(
           [boolean _dropInvent, 
            Common _childBuffer, 
            boolean _forceInterCompanyMirror, 
            boolean _updateCommercialLine])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void update(
           [boolean _dropInvent, 
            Common _childBuffer, 
            boolean _forceInterCompanyMirror, 
            boolean _updateCommercialLine])

  Microsoft Dynamics AX 2012 (FPK)
          public void update(
           [boolean _dropInvent, 
            Common _childBuffer, 
            boolean _forceInterCompanyMirror, 
            boolean _updateCommercialLine])

  Microsoft Dynamics AX 2012 (SYS)
          public void update(
           [boolean _dropInvent, 
            Common _childBuffer, 
            boolean _forceInterCompanyMirror, 
            boolean _updateCommercialLine])

Run On

Called

Parameters

  • _dropInvent
    Type: boolean
    A Boolean value that indicates 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.
  • _forceInterCompanyMirror
    Type: boolean
    A Boolean value that indicates whether the line has to be InterCompany mirrored; optional.
  • _updateCommercialLine
    Type: boolean

Remarks

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

See Also

Reference

SalesLineType_Project Class