WMSTransport.createInTransportLinePhysical Method
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
private void createInTransportLinePhysical(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _qty,
WMSLocation _toLocation,
[PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 R2 (SYS)
private void createInTransportLinePhysical(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _qty,
WMSLocation _toLocation,
[PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void createInTransportLinePhysical(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _qty,
WMSLocation _toLocation,
[PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 (FPK)
private void createInTransportLinePhysical(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _qty,
WMSLocation _toLocation)
Microsoft Dynamics AX 2012 (SYS)
private void createInTransportLinePhysical(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _qty,
WMSLocation _toLocation)
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
- _inventDimId
Type: InventDimId Extended Data Type
- _qty
Type: InventQty Extended Data Type
- _toLocation
Type: WMSLocation Table
- _cwQty
Type: PdsCWInventQty Extended Data Type