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.
Returns a new instance of the WMSShipmentLinesMove_Topallet class, based on the container.
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 WMSShipmentLinesMove_Topallet newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap,
[Map _wmsOrderTransMoveCWQtyMap])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static WMSShipmentLinesMove_Topallet newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap,
[Map _wmsOrderTransMoveCWQtyMap])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static WMSShipmentLinesMove_Topallet newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap)
Microsoft Dynamics AX 2012 (FPK)
client server public static WMSShipmentLinesMove_Topallet newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap)
Microsoft Dynamics AX 2012 (SYS)
client server public static WMSShipmentLinesMove_Topallet newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap)
Run On
Called
Parameters
- _wmsShipmentId
Type: WMSShipmentId Extended Data Type
The shipment ID.
- _fromInventLocationId
Type: InventLocationId Extended Data Type
The From inventory location ID.
- _fromWMSLocationId
Type: WMSLocationId Extended Data Type
The From location ID.
- _fromWMSPalletId
Type: WMSPalletId Extended Data Type
The From pallet ID.
- _wmsOrderTransMap
Type: Map Class
A Map object in which the record IDs are keys, and the values are supplied by a container that holds the order ID and record version.
- _wmsOrderTransMoveQtyMap
Type: Map Class
A Map object in which the record IDs are keys, and the quantities that should be moved are values.
- _wmsOrderTransMoveCWQtyMap
Type: Map Class
A Map object in which the record IDs are keys, and the CW quantities that should be moved are values; optional.
Return Value
Type: WMSShipmentLinesMove_Topallet Class
A new instance of the WMSShipmentLinesMove_Topallet class.