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 an employee has a planned absence on a specific date.
Syntax
client server public static boolean isPlannedAbsence(JmgWorkerRecId _worker, JmgProfileDate _profileDate)
Run On
Called
Parameters
- _worker
Type: JmgWorkerRecId Extended Data Type
The worker ID of the employee for which to check the planned absence.
- _profileDate
Type: JmgProfileDate Extended Data Type
The date that to check if there is planned absence.
Return Value
Type: boolean
true if there is a planned absence for the employee on the specified date; otherwise, false.