Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in InventDim table based on the warehouse.
Syntax
client server public static InventDim hhtFindInventDimId(
InventLocationId inventLocationId,
[WMSLocationId wmsLocationId,
boolean update])
Run On
Called
Parameters
- inventLocationId
Type: InventLocationId Extended Data Type
Identification of Warehouse
- wmsLocationId
Type: WMSLocationId Extended Data Type
Location in a warehouse.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: InventDim Table
A record in the InventDim table; otherwise, an empty record.