TSTimesheetTable::checkMaxTimesheets Method
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.