Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds one or more records in the HcmBenefitDetail table that are based on a policy rule type.
Syntax
client server public static HcmBenefitDetail findByPolicyRuleType(
RefRecId _policyRuleTypeRecId,
[utcdatetime _validFrom,
utcdatetime _validTo,
boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _policyRuleTypeRecId
Type: RefRecId Extended Data Type
A SysPolicyRuleType record ID value.
- _validFrom
Type: utcdatetime
A ValidFrom field value; optional.
- _validTo
Type: utcdatetime
A ValidTo field value; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates the concurrency settings to use on the table; optional.
Return Value
Type: HcmBenefitDetail Table
A record or multiple records from the HcmBenefitDetail table.