Share via


WHSLocationLimit::retrieveQty Method

Find the location stock limit.

Syntax

client server public static container retrieveQty(
    InventLocationId _inventLocationId, 
    WMSLocationId _wmsLocationId, 
    ItemId _itemId, 
    UnitOfMeasureSymbol _unitId, 
    boolean _considerNotFoundAsUnlimited)

Run On

Called

Parameters

  • _considerNotFoundAsUnlimited
    Type: boolean
    A Boolean value that indicates if the fact that no limit record was found must be considered as 'unlimited'.

Return Value

Type: container
A container that holds the limit quantity and unit ID.

See Also

Reference

WHSLocationLimit Table