HcmPositionForecastCompensationGrid::findByCompensationGrid Method
Finds the record in the HcmPositionForecastCompensationGrid table specified by the HcmPositionForecastCompGroupRefPtRecId, HRCCompRefPointSetupId, HRCCompRefPointId and HcmCompensationLevelRecId fields value.
Syntax
client server public static HcmPositionForecastCompensationGrid findByCompensationGrid(
HcmPositionForecastCompGroupRefPtRecId _compensationGrpRefPointRecId,
HRCCompRefPointSetupId _refPointSetupId,
HRCCompRefPointId _refPointId,
HcmCompensationLevelRecId _compensationLevelId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _compensationGrpRefPointRecId
Type: HcmPositionForecastCompGroupRefPtRecId Extended Data Type
A HcmPositionForecastCompGroupRefPtRecId field value.
- _refPointSetupId
Type: HRCCompRefPointSetupId Extended Data Type
A HRCCompRefPointSetupId field value.
- _refPointId
Type: HRCCompRefPointId Extended Data Type
A HRCCompRefPointId field value.
- _compensationLevelId
Type: HcmCompensationLevelRecId Extended Data Type
A CompensationLevel field value.
- _forUpdate
Type: boolean
A boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates the concurrency setting to use on the table; optional.
Return Value
Type: HcmPositionForecastCompensationGrid Table
A record from the HcmPositionForecastCompensationGrid table.