Share via


InventTransferMultiShip::initParmFromWMSShipmentOnServer Method [AX 2012]

Delegates the initialization of an instance of the InventTransferMultiShip class from a calling WMSShipment form to the server tier.

Syntax

server public static container initParmFromWMSShipmentOnServer(container _packedClass, container _packedRecords)

Run On

Server

Parameters

  • _packedClass
    Type: container
    A container from which to deserialize a class instance.
  • _packedRecords
    Type: container
    A container with a packed set of records.

Return Value

Type: container
A container that contains a serialized current instance of the InventTransferMultiShip class.

See Also

Reference

InventTransferMultiShip Class