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.
Constructs the appropriate subclass based on the type with the parameters passed.
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 newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap,
WMSShipmentLinesMoveType _type,
[Map _wmsOrderTransMoveCWQtyMap])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static WMSShipmentLinesMove newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap,
WMSShipmentLinesMoveType _type,
[Map _wmsOrderTransMoveCWQtyMap])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static WMSShipmentLinesMove newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap,
WMSShipmentLinesMoveType _type)
Microsoft Dynamics AX 2012 (FPK)
client server public static WMSShipmentLinesMove newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap,
WMSShipmentLinesMoveType _type)
Microsoft Dynamics AX 2012 (SYS)
client server public static WMSShipmentLinesMove newParameters(
WMSShipmentId _wmsShipmentId,
InventLocationId _fromInventLocationId,
WMSLocationId _fromWMSLocationId,
WMSPalletId _fromWMSPalletId,
Map _wmsOrderTransMap,
Map _wmsOrderTransMoveQtyMap,
WMSShipmentLinesMoveType _type)
Run On
Called
Parameters
- _wmsShipmentId
Type: WMSShipmentId Extended Data Type
The shipment ID.
- _fromInventLocationId
Type: InventLocationId Extended Data Type
The inventory location ID.
- _fromWMSLocationId
Type: WMSLocationId Extended Data Type
The warehouse management location ID.
- _fromWMSPalletId
Type: WMSPalletId Extended Data Type
The warehouse management pallet ID.
- _wmsOrderTransMap
Type: Map Class
A Map that contains the record IDs as the key and a container with the order ID and the record version as values.
- _wmsOrderTransMoveQtyMap
Type: Map Class
A Map that contains the record IDs as the key and the quantity that should be moved as values.
- _type
Type: WMSShipmentLinesMoveType Enumeration
The type of the warehouse management shipment.
- _wmsOrderTransMoveCWQtyMap
Type: Map Class
Return Value
Type: WMSShipmentLinesMove Class
A WMSShipmentLinesMove object.
Exceptions
Exception | Condition |
---|---|
Error | No instance can be returned. |