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 InventSupplyTmpOrders 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 loopMapsAndInsertOrders(
InventSupplyTmpOrders _tmpBuffer,
Map _mapSuppMOD,
Map _mapCustMOD,
ItemId _itemId,
InventDim _inventDimSupply,
inventQtyOrderedSum _orderedSum,
InventQtyReservOrdered _reservOrdered,
PdsCWInventQtyOrderedSum _cwOrderedSum,
PdsCWReservOrdered _cwReservOrdered,
TransDate _deliveryDate,
boolean _isPlannedOrder,
ReqSetupDim _reqSetupDimSupp)
Microsoft Dynamics AX 2012 R2 (SYS)
protected void loopMapsAndInsertOrders(
InventSupplyTmpOrders _tmpBuffer,
Map _mapSuppMOD,
Map _mapCustMOD,
ItemId _itemId,
InventDim _inventDimSupply,
inventQtyOrderedSum _orderedSum,
InventQtyReservOrdered _reservOrdered,
PdsCWInventQtyOrderedSum _cwOrderedSum,
PdsCWReservOrdered _cwReservOrdered,
TransDate _deliveryDate,
boolean _isPlannedOrder,
ReqSetupDim _reqSetupDimSupp)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void loopMapsAndInsertOrders(
InventSupplyTmpOrders _tmpBuffer,
Map _mapSuppMOD,
Map _mapCustMOD,
ItemId _itemId,
InventDim _inventDimSupply,
inventQtyOrderedSum _orderedSum,
InventQtyReservOrdered _reservOrdered,
PdsCWInventQtyOrderedSum _cwOrderedSum,
PdsCWReservOrdered _cwReservOrdered,
TransDate _deliveryDate,
boolean _isPlannedOrder,
ReqSetupDim _reqSetupDimSupp)
Microsoft Dynamics AX 2012 (FPK)
protected void loopMapsAndInsertOrders(
InventSupplyTmpOrders _tmpBuffer,
Map _mapSuppMOD,
Map _mapCustMOD,
ItemId _itemId,
InventDim _inventDimSupply,
inventQtyOrderedSum _orderedSum,
InventQtyReservOrdered _reservOrdered,
TransDate _deliveryDate,
boolean _isPlannedOrder,
ReqSetupDim _reqSetupDimSupp)
Microsoft Dynamics AX 2012 (SYS)
protected void loopMapsAndInsertOrders(
InventSupplyTmpOrders _tmpBuffer,
Map _mapSuppMOD,
Map _mapCustMOD,
ItemId _itemId,
InventDim _inventDimSupply,
inventQtyOrderedSum _orderedSum,
InventQtyReservOrdered _reservOrdered,
TransDate _deliveryDate,
boolean _isPlannedOrder,
ReqSetupDim _reqSetupDimSupp)
Run On
Server
Parameters
- _tmpBuffer
Type: InventSupplyTmpOrders Table
The temporary InventSupplyTmpOnHand buffer to which the information about the orders should be added.
- _mapSuppMOD
Type: Map Class
A map that contains the modes of delivery and the transport times for supply warehouse to requirement warehouse.
- _mapCustMOD
Type: Map Class
A map that contains the 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 the supply warehouse.
- _orderedSum
Type: inventQtyOrderedSum Extended Data Type
The number of items ordered in total.
- _reservOrdered
Type: InventQtyReservOrdered Extended Data Type
The number of items ordered reserved.
- _cwOrderedSum
Type: PdsCWInventQtyOrderedSum Extended Data Type
The number of items catch weight ordered in total.
- _cwReservOrdered
Type: PdsCWReservOrdered Extended Data Type
The number of items catch weight ordered reserved.
- _deliveryDate
Type: TransDate Extended Data Type
The delivery date of the incoming order.
- _isPlannedOrder
Type: boolean
A Boolean value that indicates whether the order is a planned order.
- _reqSetupDimSupp
Type: ReqSetupDim Class
A ReqSetupDim object that contains margins for the supply warehouse.