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
- _stdCostConvRecid
Type: RefRecId Extended Data Type
StdCostConvRecId of the related InventStdCostConvItem table record.
- _itemId
Type: ItemId Extended Data Type
The ID of the item in the related InventStdCostConvItem table record.
- _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.