Share via


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

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

See Also

Reference

HcmBenefit Table