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
- inventProductGroupId
Type: InventProductGroupId Extended Data Type
The product group.
- itemId
Type: ItemId Extended Data Type
The item ID.
- inventDimId
Type: InventDimId Extended Data Type
The item dimension ID.
- _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.