Share via


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.

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.

See Also

Reference

WMSPallet Table