HRMCompEligibility::find Method
Finds the specified record in the HRMCompEligibility table by using the specified EligibilityId field.
Syntax
client server public static HRMCompEligibility find(HRMCompEligibilityId _hrmCompEligibilityId, [boolean _forUpdate])
Run On
Called
Parameters
- _hrmCompEligibilityId
Type: HRMCompEligibilityId Extended Data Type
The value of the EligibilityId 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: HRMCompEligibility Table
A record in the HRMCompEligibility table; otherwise, an empty record.