Share via


HcmBenefitPlan::findByBenefitPlanId Method

Finds a record in the HcmBenefitPlan table by using the specified BenefitPlanID field value.

Syntax

client server public static HcmBenefitPlan findByBenefitPlanId(
    HcmBenefitPlanId _hcmBenefitPlanId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: HcmBenefitPlan Table
A record from the HcmBenefitPlan table.

See Also

Reference

HcmBenefitPlan Table