Share via


InventCostTransSum::find Method

Finds a record in the inventCostTransSum Table

Syntax

client server public static InventCostTransSum find(
    ItemId _itemId, 
    InventDimId _financialInventDimId, 
    InventClosingRefRecId _inventClosingRefRecId, 
   [DimensionDefault _dimension, 
    InventTransRefId _transRefId, 
    InventCostTransRefType _costTransRefType, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _dimension
    Type: DimensionDefault Extended Data Type
    The dimension for which the record should be looked up. This is only for records with the costTransRefType Production; optional.
  • _transRefId
    Type: InventTransRefId Extended Data Type
    The inventTransRefId, for which the record should be looked up. This is only for records with the costTransRefType Production. So the TransRefId is a reference to a production order; optional.
  • _costTransRefType
    Type: InventCostTransRefType Enumeration
    The inventCostTransRefType for which the record should be looked up. This is only for records with the costTransRefType Production; optional.
  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: InventCostTransSum Table
An inventCostTransSum record.

Remarks

This method uses the primary key to find the record.

See Also

Reference

InventCostTransSum Table