Share via


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

  • _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.

See Also

Reference

HRMCompFixedPlanUtilMatrix Table