WMSShipmentLinesMove.unpackAllForServer Method [AX 2012]

The method unpacks the container _packedClassWithMaps so the state of the object is restored.

Syntax

public boolean unpackAllForServer(container _packedClassWithMaps)

Run On

Called

Parameters

  • _packedClassWithMaps
    Type: container
    A container holding the packed object.

Return Value

Type: boolean
true if the unpack was successful; otherwise, false.

Remarks

The WMSShipmentLinesMove.packAllForServer Method should be used to pack the class when transferring it to the server.

See Also

Reference

WMSShipmentLinesMove Class