Share via


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

  • _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.

See Also

Reference

HcmPositionForecastCompensationGrid Table