Share via


RetailReplenishment.setLineQty Method [AX 2012]

Set the value of the quantity in the replenishment buyers push line.

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 setLineQty(
            Common _tCommon, 
            InventLocationId _sInventLocationId, 
            DataAreaId _sInventLocationDataAreaId, 
            Qty _rQty, 
           [boolean _bUpdate])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void setLineQty(
            Common _tCommon, 
            InventLocationId _sInventLocationId, 
            DataAreaId _sInventLocationDataAreaId, 
            Qty _rQty, 
           [boolean _bUpdate])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void setLineQty(
            Common _tCommon, 
            InventLocationId _sInventLocationId, 
            DataAreaId _sInventLocationDataAreaId, 
            InventSiteId _sInventSiteId, 
            Qty _rQty, 
           [boolean _bUpdate])

Run On

Called

Parameters

  • _bUpdate
    Type: boolean
    Boolean value to indicate if the record can be updated.

Remarks

Original signature included an unused _sInventSiteId parameter, which was removed in AX 2012 R3.

See Also

Reference

RetailReplenishment Class