Share via


InventStdCostConvItem::find Method

Attempts to find a record in the InventStdCostConvItem table with particular values for the StdCostConvRecid and ItemId fields.

Syntax

client server public static InventStdCostConvItem find(
    RefRecId _stdCostConvRecid, 
    ItemId _itemId, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that specifies whether the record should be selected for update; optional.

Return Value

Type: InventStdCostConvItem Table
An InventStdCostConvItem table buffer.

See Also

Reference

InventStdCostConvItem Table