WMSShipmentLinesMove::newParameters Method [AX 2012]

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

  • _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.

Return Value

Type: WMSShipmentLinesMove Class
A WMSShipmentLinesMove object.

Exceptions

Exception Condition
Error

No instance can be returned.

See Also

Reference

WMSShipmentLinesMove Class