WMSTransport.createNewPalletAtToLocation Method
Creates a new pallet at destination location of this transport.
Syntax
public WMSPalletId createNewPalletAtToLocation(WMSPalletTypeId _wmsPalletTypeId, WMSPalletId _wmsPalletId)
Run On
ClientOrServer
Parameters
- _wmsPalletTypeId
Type: WMSPalletTypeId Extended Data Type
The WMSPalletTypeId value of the new pallet.
- _wmsPalletId
Type: WMSPalletId Extended Data Type
The WMSPalletId value of the new pallet.
Return Value
Type: WMSPalletId Extended Data Type
The WMSPalletId of the new pallet.
Remarks
If the _wmsPalletId parameter is blank, a new pallet ID will be generated.