WMSShipmentLinesMove::runServer Method [AX 2012]

Creates a new class on the server and performs the move operations to the server.

Syntax

server protected static boolean runServer(WMSShipmentLinesMoveType _type, container _thisPackedWithMaps)

Run On

Server

Parameters

  • _thisPackedWithMaps
    Type: container
    A container holding the packed class.

Return Value

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

Remarks

The WMSShipmentLinesMove.packAllForServer Method should be used to pack the class.

See Also

Reference

WMSShipmentLinesMove Class