To disable the ability for technicians to delete a time-in for a service appointment, you can do so in Offline HTML for the Woodford project. This option defaults to true. See Delete Time-In for Appointments and Activities in MobileTech Help for more information.
- In MobileTech Administration, go to Tools > Launch Woodford.
- Open the MobileTech project.
- In the left navigation under Components, select Offline HTML.
- Double-click entity.
- Double-click appointment.
- Select appointment-list and then select Edit from the menu bar.
- Scroll down to INITIAL SETTINGS.
- In the line
var entityName = SCHEMA.appointment.name.allowDeleteTimeIn = true
, change true to false. - Select Save in the Edit window.
- Select Save from the menu bar.
- Publish the project.
- Sync devices.