InventItemGTIN::find Method
Finds a record in the InventItemGTIN table based on the item identifiers.
Syntax
server public static InventItemGTIN find(
ItemId _itemId,
InventDimId _inventDimId,
UnitOfMeasureSymbol _unitID,
[boolean _update])
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The ID for the item.
- _inventDimId
Type: InventDimId Extended Data Type
The dimension ID for the item.
- _unitID
Type: UnitOfMeasureSymbol Extended Data Type
The unit ID for the item.
- _update
Type: boolean
A Boolean value indicating if the record should be selected for update; optional.
Return Value
Type: InventItemGTIN Table
The found record from the InventItemGTIN table.