Deleting data

Many of the list forms support a Delete button. On iOS devices, swipe left on a record to access the Delete button. For example, swipe left on an appointment to see the Delete button. On Android devices, use a long press on a field to access the Delete button.

The rules for deleting are determined by whether the device is online or offline. When offline, only data that was entered while offline and not yet synchronized can be deleted. When online, a delete request is sent to the back office, where all of the normal data validations are checked. If the validations pass, the deletion succeeds and the data is removed from the mobile device and the back office.