Share via


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

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

See Also

Reference

InventItemGTIN Table