Share via


HRMCompEligibilityLevel::find Method

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

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

See Also

Reference

HRMCompEligibilityLevel Table