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
- _hcmBenefitPlanId
Type: HcmBenefitPlanId Extended Data Type
A BenefitPlanId field value.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use on the table; optional.
Return Value
Type: HcmBenefitPlan Table
A record from the HcmBenefitPlan table.