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
- _inventLocationId
Type: InventLocationId Extended Data Type
The inventory location ID.
- _wmsLocationId
Type: WMSLocationId Extended Data Type
The warehouse location ID.
- _itemId
Type: ItemId Extended Data Type
The item ID.
- _unitId
Type: UnitOfMeasureSymbol Extended Data Type
The unit ID.
- _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.