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 first record in the InventBlocking table that matches the specified parameters.
Syntax
client server public static InventBlocking findFirstByItemDimType(
ItemId _itemId,
InventDimId _inventDimId,
InventBlockingType _inventBlockingType,
[boolean _forUpdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item identifier (ID).
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID.
- _inventBlockingType
Type: InventBlockingType Enumeration
The inventory blocking type
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
Return Value
Type: InventBlocking Table
Either a record in the InventBlocking table or an empty record.