InventCostListParm::find Method
Finds the specified record in the InventCostListParm table.
Syntax
client server public static InventCostListParm find(
InventClosingRefRecId _inventClosing,
ItemId _itemId,
[boolean _update])
Run On
Called
Parameters
- _inventClosing
Type: InventClosingRefRecId Extended Data Type
The record ID of the InventClosing record to find.
- _itemId
Type: ItemId Extended Data Type
The item ID to find.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: InventCostListParm Table
The specified record in the InventCostListParm table if it exists; otherwise, an empty record.