Share via


InventCostTrans::find Method

Finds a record in the inventCostTrans Table

Syntax

client server public static InventCostTrans find(
    TransDate _transDate, 
    ItemId _itemId, 
    InventDimId _financialInventDimId, 
    InventTransId _inventTransId, 
    Voucher _voucher, 
    InventCostTransState _costTransState, 
    InventCostTransRefType _costTransRefType, 
    InventCostTransType _costTransType, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: InventCostTrans Table
An inventCostTrans record.

Remarks

This method uses the primary key to find the record. Use this method if the full key is available.

To look up a record that belongs to a revaluation, use the itemPriceRefRecId to distinguish between the records.

See Also

Reference

InventCostTrans Table