Share via


InventBlocking::findFirstByItemDimType Method

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

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

See Also

Reference

InventBlocking Table