RetailReplenishment.setLineQty Method [AX 2012]
Set the value of the quantity in the replenishment buyers push line.
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
CalledParameters
- _tCommon
- Type: Common Table
The table instance.
- _sInventLocationId
- Type: InventLocationId Extended Data Type
The given value for location Id.
- _sInventLocationDataAreaId
- Type: DataAreaId Extended Data Type
The given value for location data area id.
- _rQty
- Type: Qty Extended Data Type
The current value for quantity.
- _bUpdate
- Type: boolean
Boolean value to indicate if the record can be updated.
Community Additions
ADD
Show:
Note