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.
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.
- _itemId
Type: ItemId Extended Data Type
The ID of the item to be inserted.
- _inventDimSupply
Type: InventDim Table
The ID of the dimension for supply warehouse.
- _physicalInvent
Type: InventQtyPhysicalOnhand Extended Data Type
The number of items on physical inventory.
- _reservPhysical
Type: InventQtyReservPhysical Extended Data Type
The number of items physically reserved.
- _availPhysical
Type: InventQtyAvailPhysical Extended Data Type
The number of items physically available.
- _cwPhysicalInvent
Type: PdsCWInventQtyOnHand Extended Data Type
- _cwReservPhysical
Type: PdsCWReservPhysical Extended Data Type
- _cwAvailPhysical
Type: PdsCWAvailPhysical Extended Data Type
- _shipDateSupply
Type: TransDate Extended Data Type
The ship date from supply warehouse.