ProdTimeUnitOfMeasure::findByParametersUnitType Method
Finds or creates a ProdTimeUnitOfMeasure record.
Syntax
client server public static ProdTimeUnitOfMeasure findByParametersUnitType(
RefRecId _prodParameters,
ProdTimeUnitType _timeUnitType,
[boolean _forUpdate])
Run On
Called
Parameters
- _prodParameters
Type: RefRecId Extended Data Type
The record ID of the ProdTimeUnitOfMeasure record to find.
- _timeUnitType
Type: ProdTimeUnitType Enumeration
The time unit.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ProdTimeUnitOfMeasure Table
A ProdTimeUnitOfMeasure record.