HRMCompFixedPlanUtilMatrix::find Method
Finds a record in the HRMCompFixedPlanUtilMatrix table based on supplied value of the VestingId and UtilizationPercent fields.
Syntax
client server public static HRMCompFixedPlanUtilMatrix find(
HRMCompFixedPlanId _hrmCompFixedPlanId,
HRMCompPercent _utilizationPercent,
[boolean _forUpdate])
Run On
Called
Parameters
- _hrmCompFixedPlanId
Type: HRMCompFixedPlanId Extended Data Type
The value of the PlanId field of the record to find.
- _utilizationPercent
Type: HRMCompPercent Extended Data Type
The value of the UtilizationPercent field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMCompFixedPlanUtilMatrix Table
A record from the HRMCompFixedPlanUtilMatrix table.