HcmBenefit::benefitByEligibilityLookupReference Method
Provides a custom lookupReference value for the foreign keys to the HcmBenefit table that supports the look up of the eligible benefits for a HcmWorker record.
Syntax
client server public static HcmBenefit benefitByEligibilityLookupReference(
FormReferenceControl _formReferenceControl,
Object _caller,
Common _record)
Run On
Called
Parameters
- _formReferenceControl
Type: FormReferenceControl Class
The FormReferenceControl that the lookup is being performed for.
- _caller
Type: Object Class
The calling object to pass to the lookup form.
- _record
Type: Common Table
The record to pass to the calling form.
Return Value
Type: HcmBenefit Table
A HcmBenefit record that contains the record selected in the lookup.