HcmPositionForecastDefaultDim::findByPositionForecastLegalEntity Method
Finds a record in the HcmPositionForecastDefaultDim table that has a specified PositionID value.
Syntax
client server public static HcmPositionForecastDefaultDim findByPositionForecastLegalEntity(
HcmPositionForecastRecId _positionForecast,
RefRecId _legalEntity,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _positionForecast
Type: HcmPositionForecastRecId Extended Data Type
The value of the HcmPositionForecastRecId field of the record to find.
- _legalEntity
Type: RefRecId Extended Data Type
The value of the RefRecId field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: HcmPositionForecastDefaultDim Table
A record from the HcmPositionForecastDefaultDim table.