Share via


HcmBenefit::findByBenefitOption Method

Finds a record in the HcmBenefit table that is based on a benefit option.

Syntax

client server public static HcmBenefit findByBenefitOption(
    HcmBenefitOptionRecId _hcmBenefitOptionRecId, 
   [utcdatetime _validFrom, 
    utcdatetime _validTo, 
    boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _validFrom
    Type: utcdatetime
    A ValidFrom field value; optional.
  • _validTo
    Type: utcdatetime
    A ValidTo field value; optional.
  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: HcmBenefit Table
A record from the HcmBenefit table.

See Also

Reference

HcmBenefit Table