HRMCompFixedPlanUtilMatrix::exist Method
Indicates whether the specified record in the HRMCompFixedPlanUtilMatrix table exists.
Syntax
client server public static boolean exist(HRMCompFixedPlanId _hrmCompFixedPlanId, HRMCompPercent _utilizationPercent)
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.
Return Value
Type: boolean
true if the a record is found; otherwise, false.