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
- _itemId
Type: ItemId Extended Data Type
The itemId for which the record should be looked up.
- _financialInventDimId
Type: InventDimId Extended Data Type
The inventDimId for which the record should be looked up.
- _inventClosingRefRecId
Type: InventClosingRefRecId Extended Data Type
The recId of the inventClosing record, for which the record should be looked up.
- _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.