Share via


WMSShipmentLinesMove_ToShipment::newParameters Method [AX 2012]

Returns a new instance of the WMSShipmentLinesMove_ToShipment 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_ToShipment 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_ToShipment 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_ToShipment newParameters(
            WMSShipmentId _wmsShipmentId, 
            InventLocationId _fromInventLocationId, 
            WMSLocationId _fromWMSLocationId, 
            WMSPalletId _fromWMSPalletId, 
            Map _wmsOrderTransMap, 
            Map _wmsOrderTransMoveQtyMap)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static WMSShipmentLinesMove_ToShipment newParameters(
            WMSShipmentId _wmsShipmentId, 
            InventLocationId _fromInventLocationId, 
            WMSLocationId _fromWMSLocationId, 
            WMSPalletId _fromWMSPalletId, 
            Map _wmsOrderTransMap, 
            Map _wmsOrderTransMoveQtyMap)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static WMSShipmentLinesMove_ToShipment newParameters(
            WMSShipmentId _wmsShipmentId, 
            InventLocationId _fromInventLocationId, 
            WMSLocationId _fromWMSLocationId, 
            WMSPalletId _fromWMSPalletId, 
            Map _wmsOrderTransMap, 
            Map _wmsOrderTransMoveQtyMap)

Run On

Called

Parameters

  • _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_ToShipment Class
A new instance of the WMSShipmentLinesMove_ToShipment class.

See Also

Reference

WMSShipmentLinesMove_ToShipment Class