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.
Indicates whether the specified record in the HRMCompPerfPlanEmpl table exists.
Syntax
client server public static boolean exist(
HcmWorkerRecId _workerRecId,
HRMCompPerfPlanId _perfPlanId,
HRMCompRatingModel _ratingModel,
[HRMCompPerfRatingId _compPerfRatingId,
HcmRatingLevelRecId _ratingLevelRecId])
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The value of the Worker field of the record to check.
- _perfPlanId
Type: HRMCompPerfPlanId Extended Data Type
The value of the PerfPlanId field of the record to check.
- _ratingModel
Type: HRMCompRatingModel Enumeration
The value of the RatingModel field of the record to check.
- _compPerfRatingId
Type: HRMCompPerfRatingId Extended Data Type
The value of the CompPerfRatingId field of the record to check; optional.
- _ratingLevelRecId
Type: HcmRatingLevelRecId Extended Data Type
The value of the RatingLevel field of the record to check; optional.
Return Value
Type: boolean
true if the a record is found; otherwise, false.