Share via


InventSupply.loopMapsAndInsertOnhand Method [AX 2012]

Loops through the two specified maps to insert temporary records in the InventSupplyTmpOnhand table for all MOD combinations.

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
          protected void loopMapsAndInsertOnhand(
            InventSupplyTmpOnhand _tmpBuffer, 
            Map _mapSuppMOD, 
            Map _mapCustMOD, 
            ItemId _itemId, 
            InventDim _inventDimSupply, 
            InventQtyPhysicalOnhand _physicalInvent, 
            InventQtyReservPhysical _reservPhysical, 
            InventQtyAvailPhysical _availPhysical, 
            PdsCWInventQtyOnHand _cwPhysicalInvent, 
            PdsCWReservPhysical _cwReservPhysical, 
            PdsCWAvailPhysical _cwAvailPhysical, 
            TransDate _shipDateSupply)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void loopMapsAndInsertOnhand(
            InventSupplyTmpOnhand _tmpBuffer, 
            Map _mapSuppMOD, 
            Map _mapCustMOD, 
            ItemId _itemId, 
            InventDim _inventDimSupply, 
            InventQtyPhysicalOnhand _physicalInvent, 
            InventQtyReservPhysical _reservPhysical, 
            InventQtyAvailPhysical _availPhysical, 
            PdsCWInventQtyOnHand _cwPhysicalInvent, 
            PdsCWReservPhysical _cwReservPhysical, 
            PdsCWAvailPhysical _cwAvailPhysical, 
            TransDate _shipDateSupply)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void loopMapsAndInsertOnhand(
            InventSupplyTmpOnhand _tmpBuffer, 
            Map _mapSuppMOD, 
            Map _mapCustMOD, 
            ItemId _itemId, 
            InventDim _inventDimSupply, 
            InventQtyPhysicalOnhand _physicalInvent, 
            InventQtyReservPhysical _reservPhysical, 
            InventQtyAvailPhysical _availPhysical, 
            PdsCWInventQtyOnHand _cwPhysicalInvent, 
            PdsCWReservPhysical _cwReservPhysical, 
            PdsCWAvailPhysical _cwAvailPhysical, 
            TransDate _shipDateSupply)

  Microsoft Dynamics AX 2012 (FPK)
          protected void loopMapsAndInsertOnhand(
            InventSupplyTmpOnhand _tmpBuffer, 
            Map _mapSuppMOD, 
            Map _mapCustMOD, 
            ItemId _itemId, 
            InventDim _inventDimSupply, 
            InventQtyPhysicalOnhand _physicalInvent, 
            InventQtyReservPhysical _reservPhysical, 
            InventQtyAvailPhysical _availPhysical, 
            TransDate _shipDateSupply)

  Microsoft Dynamics AX 2012 (SYS)
          protected void loopMapsAndInsertOnhand(
            InventSupplyTmpOnhand _tmpBuffer, 
            Map _mapSuppMOD, 
            Map _mapCustMOD, 
            ItemId _itemId, 
            InventDim _inventDimSupply, 
            InventQtyPhysicalOnhand _physicalInvent, 
            InventQtyReservPhysical _reservPhysical, 
            InventQtyAvailPhysical _availPhysical, 
            TransDate _shipDateSupply)

Run On

Server

Parameters

  • _tmpBuffer
    Type: InventSupplyTmpOnhand Table
    The temporary InventSupplyTmpOnHand buffer the information about the on-hand information should be added to.
  • _mapSuppMOD
    Type: Map Class
    A map that contains modes of delivery and the transport times for supply warehouse to requirement warehouse.
  • _mapCustMOD
    Type: Map Class
    A map that contains modes of delivery and the transport times from requirement warehouse to customer address.
  • _inventDimSupply
    Type: InventDim Table
    The ID of the dimension for supply warehouse.

See Also

Reference

InventSupply Class