UnitOfMeasureConversionCache::findByConversion Method
Finds the specified record in the UnitOfMeasureConversionCache table.
Syntax
client server public static UnitOfMeasureConversionCache findByConversion(
UnitOfMeasureFromRecId _fromUnitOfMeasure,
UnitOfMeasureToRecId _toUnitOfMeasure,
[EcoResProductRecId _product,
boolean _forUpdate])
Run On
ClientOrServer
Parameters
- _fromUnitOfMeasure
Type: UnitOfMeasureFromRecId Extended Data Type
- _toUnitOfMeasure
Type: UnitOfMeasureToRecId Extended Data Type
- _product
Type: EcoResProductRecId Extended Data Type
- _forUpdate
Type: boolean
Return Value
Type: UnitOfMeasureConversionCache Table
A record in the UnitOfMeasureConversionCache table; otherwise, an empty record.