InventItemGTIN::findGTIN Method
Finds a record in the InventItemGTIN table based on a Global Trade Item Number.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server public static InventItemGTIN findGTIN(GlobalTradeItemNumber _globalTradeItemNumber, [boolean _update])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static InventItemGTIN findGTIN(GTIN _gtin, [boolean _update])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static InventItemGTIN findGTIN(GTIN _gtin, [boolean _update])
Microsoft Dynamics AX 2012 (FPK)
server public static InventItemGTIN findGTIN(GTIN _gtin, [boolean _update])
Microsoft Dynamics AX 2012 (SYS)
server public static InventItemGTIN findGTIN(GTIN _gtin, [boolean _update])
Run On
Server
Parameters
- _globalTradeItemNumber
Type: GlobalTradeItemNumber Extended Data Type
The 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.