Share via


InventProductGroupItem::findDim Method

Returns an InventProductGroupItem table record based on item and inventory dimensions.

Syntax

client server public static InventProductGroupItem findDim(
    InventProductGroupId inventProductGroupId, 
    ItemId itemId, 
    InventDimId inventDimId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record be selected for update; optional.

Return Value

Type: InventProductGroupItem Table
An InventProductGroupItem table record based on item and inventory dimensions.

See Also

Reference

InventProductGroupItem Table