RetailReplenishment::construct Method [AX 2012]

Initializes the RetailReplenishmentBuyersPush 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
          client server public static RetailReplenishment construct(
            RetailReplenishmentType _eType, 
            Qty _rQtyToDistribute, 
            RetailBuyersPushTable _buyersPush, 
            Common _purchLine)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static RetailReplenishment construct(
            RetailReplenishmentType _eType, 
            Qty _rQtyToDistribute, 
            RetailBuyersPushTable _buyersPush, 
            Common _purchLine)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static RetailReplenishment construct(
            RetailReplenishmentType _eType, 
            Qty _rQytToDistribute, 
            RetailReplenishmentHierarchyId _sHierarchyId, 
            InventLocation _tInventLocation, 
            RetailDistributionTypeEx1 _eDistributionType, 
            Common _oBuffer)

Run On

Called

Parameters

Return Value

Type: RetailReplenishment Class
An instance of RetailReplenishment class.

See Also

Reference

RetailReplenishment Class