HcmBenefit::benefitLookupReference Method
Provides custom lookupReference logic for foreign keys to the HcmBenefit table that supports the look up of currently active and pending records.
Syntax
client server public static HcmBenefit benefitLookupReference(
FormReferenceControl _formReferenceControl,
Object _caller,
Common _record)
Run On
Called
Parameters
- _formReferenceControl
Type: FormReferenceControl Class
The FormReferenceControl for which the look up is being performed.
- _caller
Type: Object Class
The calling object to pass to the look up form.
- _record
Type: Common Table
The record to pass to the calling form
Return Value
Type: HcmBenefit Table
A HcmBenefit record buffer that contains the record that is selected in the look up.