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.
Checks to see whether the maximum limit of timesheets for a certain period and specific worker has been reached.
Syntax
client server public static boolean checkMaxTimesheets(
ProjPeriodFrom _periodFrom,
RefRecId _worker,
[boolean showInfolog])
Run On
Called
Parameters
- _periodFrom
Type: ProjPeriodFrom Extended Data Type
The start date of the period.
- _worker
Type: RefRecId Extended Data Type
The worker record ID.
- showInfolog
Type: boolean
A Boolean value that indicates whether the Infolog should be displayed.
Return Value
Type: boolean
A Boolean value that indicates whether the maximum limit is reached.