WMSTransport::createRelocationTransport Method
Creates a relocation transport.
Syntax
server public static WMSTransport createRelocationTransport(
WMSPallet _wmsPallet,
WMSLocation _toLocation,
boolean _activate)
Run On
Server
Parameters
- _wmsPallet
Type: WMSPallet Table
The pallet that is being transported.
- _toLocation
Type: WMSLocation Table
The WMSLocation location the transport is to.
- _activate
Type: boolean
true if the transport should be activated; Otherwise, false.
Return Value
Type: WMSTransport Table
A relocation transport.