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.
| ||||||||||
See Also
| AppUrenRegistratie (Dutch variant)
| ||||||||||
Example
| Sub Main
Menu.AppTimeTracking EmployeeCode:="JANSEN", WeekDate:=#01-04-2026#
End Sub
|