PayrollWorkerEnrolledAccrual::doesWorkerEnrollmentExist Method
Checks whether a record in the PayrollWorkerEnrolledAccrual table exists for the specified worker.
Syntax
client server public static boolean doesWorkerEnrollmentExist(HcmWorkerRecId _worker)
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
The value of the Worker field to find.
Return Value
Type: boolean
true if the record exists; otherwise, false.