Share via


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

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

See Also

Reference

InventCostListParm Table