Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the RetailReplenishment class.
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 new(
Qty _rQtyToDistribute,
RetailBuyersPushTable _buyersPush,
PurchLine _purchLine)
Microsoft Dynamics AX 2012 R2 (SYS)
public void new(
Qty _rQtyToDistribute,
RetailBuyersPushTable _buyersPush,
PurchLine _purchLine)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void new(
Qty _rQytToDistribute,
RetailReplenishmentHierarchyId _sHierarchyId,
InventLocation _tInventLocation,
RetailDistributionTypeEx1 _eDistributionType,
Common _oBuffer)
Run On
Called
Parameters
- _rQtyToDistribute
Type: Qty Extended Data Type
- _buyersPush
Type: RetailBuyersPushTable Table
- _purchLine
Type: PurchLine Table