WMSShipmentDelete::deleteShipment Method [AX 2012]

Deletes the specified shipment and all related picking routes and pallet transports.

Syntax

server public static void deleteShipment(WMSShipmentId _wmsShipmentId, boolean _deleteRoutes)

Run On

Server

Parameters

  • _deleteRoutes
    Type: boolean
    A Boolean value that indicates whether the associated routes should also be deleted.

See Also

Reference

WMSShipmentDelete Class