InventStdCostConvItem::findItemId Method
Attempts to find a record in the InventStdCostConvItem table with a particular item ID.
Syntax
client server public static InventStdCostConvItem findItemId(ItemId _itemId, [boolean _forupdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
ItemId of the related InventStdCostConvItem table record.
- _forupdate
Type: boolean
Indicates whether the select is that can be used in the context of an update on the table; optional; default value is false.
Return Value
Type: InventStdCostConvItem Table
An InventStdCostConvItem table buffer.