Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the HRMCompEligibilityLevel table by using the specified values of the EligibilityId and CompensationLevel fields.
Syntax
client server public static HRMCompEligibilityLevel find(
    HRMCompEligibilityId _hrmCompEligibilityId, 
    HcmCompensationLevelRecId _compensationLevelRecId, 
   [boolean _forUpdate])
Run On
Called
Parameters
- _hrmCompEligibilityId
 Type: HRMCompEligibilityId Extended Data Type
 The value of the EligibilityId field of the record to find.
- _compensationLevelRecId
 Type: HcmCompensationLevelRecId Extended Data Type
 The value of the CompensationLevel field of the record to find.
- _forUpdate
 Type: boolean
 A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: HRMCompEligibilityLevel Table
A record in the HRMCompEligibilityLevel table; otherwise, an empty record.