Share via


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

  • 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.

See Also

Reference

TSTimesheetTable Table