InventCostTransVariance::find Method
Finds a record in the inventCostTransVariance table.
Syntax
client server public static InventCostTransVariance find(
InventCostTransRefRecId _inventCostTransRefRecId,
CostGroupId _costGroupId,
InventCostVarianceType _varianceType,
InventCostLevel _level,
boolean _split,
DimensionDefault _dimension,
[boolean _forUpdate])
Run On
Called
Parameters
- _inventCostTransRefRecId
Type: InventCostTransRefRecId Extended Data Type
The inventCostTrans record recId for which the record should be looked up.
- _costGroupId
Type: CostGroupId Extended Data Type
The costGroupId for which the record should be looked up.
- _varianceType
Type: InventCostVarianceType Enumeration
The variance type for which the record should be looked up.
- _level
Type: InventCostLevel Enumeration
The level for which the record should be looked up.
- _split
Type: boolean
The split flag for which the record should be looked up.
- _dimension
Type: DimensionDefault Extended Data Type
The dimension for which the record should be looked up.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: InventCostTransVariance Table
An inventCostTransVariance record.
Remarks
This method uses the primary key to find the record.