Share via


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

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

See Also

Reference

InventStdCostConvItem Table