InventItemGTIN::findGTINNumeric Method
Finds a record in the InventItemGTIN table based on a numeric Global Trade Item Number.
Syntax
server public static InventItemGTIN findGTINNumeric(real _globalTradeItemNumber, [boolean _update])
Run On
Server
Parameters
- _globalTradeItemNumber
Type: real
The numeric Global Trade Item Number.
- _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.