You can enable the ResetTechStartingLocations (Company DB Name) SQL job to automatically reset technicians' starting locations in SQL Server Management Studio (SSMS). The SQL job defaults to disabled. Users can still manually reset the starting locations from the Geocoding window. See Setting up Geocoding for Technician Starting Locations window
The job is set up to run every 8 hours, beginning at midnight. The default run times are midnight, 8 AM, and 4 PM to accommodate three shifts with a two-hour grace period at the end of each shift. The ResetTechStartingLocations job's schedule can be edited. Shifts are defined and assigned to technicians in Signature. See Setting Up Technician Shifts and Setting Up Technicians.
Enabling the SQL Job
To enable the ResetTechStartingLocations SQL job:
Launch SSMS.
Expand SQL Server Agent and then expand Jobs.
Double-click ResetTechStartingLocations (Company DB Name).
On the General page, mark Enable.
Click OK.
Editing the SQL Job Schedule
If you need to edit the SQL Job Schedule, you can do this from the Schedules page in the Job Properties. For example, if you only have one or two technician shifts, you may want to run the SQL job every 12 hours or if you only have one shift, you might want to run this once every 24 hours.
To edit the SQL Job Schedule:
Launch SSMS.
Expand SQL Server Agent and then expand Jobs.
Double-click ResetTechStartingLocations (Company DB Name).
On the Schedules page, double-click ResetTechStartingLocations (Company DB Name) 3 Times Daily.
Edit the appropriate fields.
Verify the Enabled checkbox is marked for the schedule.
Click OK.