RetailReplenishmentCrossDocking.new Method [AX 2012]

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

See Also

Reference

RetailReplenishmentCrossDocking Class