WMSPallet.findFreePickingLocation Method
Finds a free picking location.
Syntax
public WMSLocation findFreePickingLocation(InventDimOnHand _inventDimOnHand, InventLocationId _inventLocationId)
Run On
ClientOrServer
Parameters
- _inventDimOnHand
Type: InventDimOnHand Class
The InventDimOnHand parameter to use to find the free picking location.
- _inventLocationId
Type: InventLocationId Extended Data Type
The warehouse ID of a warehouse where the picking location is found.
Return Value
Type: WMSLocation Table
A WMSLocation record that is a free picking location.
Remarks
If multiple free picking locations are found, the first in the set will be returned.