Menu Object
 
Syntax
 
Menu.AppTimeTracking [EmployeeCode][, WeekDate][, ProjectNumber][, QuickStart]
 
Description
Opens the Time Tracking application. Optionally, a specific employee, week, project, and quick-start mode can be specified.
 
Parameter
Description
EmployeeCode
Optional. Employee code (user code) of the employee whose time tracking is opened directly.
WeekDate
Optional. Any date within the week to display. The application will navigate to the week containing this date.
ProjectNumber
Optional. Project number to pre-select in the time tracking view. Default value 0.
QuickStart
Optional. When True, the time tracking entry form opens immediately. Default value False.
See Also
AppUrenRegistratie (Dutch variant)
Example
 
Sub Main
    Menu.AppTimeTracking EmployeeCode:="JANSEN", WeekDate:=#01-04-2026#
End Sub