In my older version of Time Registration for Dynamics NAV I had ASP web site working on Microsoft SQL server that is used as an attendance list for an office. On the web site by clicking on the employee name a page with punch in or punch out appears. From the older system the user had to manually synchronize the external SQL database.
On the new version of Time Registration for Dynamics NAV I am using the new web service support of NAV 2009. The task was to change the ASP web site and remove the SQL server connection on the web site. The result is a success, the web site is available here. The data is directly from Dynamics NAV and all updates are directly inserted into Dynamics NAV.