InventDim::hhtFindInventDimId Method

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

  • 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.

See Also

Reference

InventDim Table