Conflict resolution
Synchronization |
---|
A synchronization conflict comes into play when users modify a record in the Resco Mobile CRM application in offline mode, but before they synchronize the change, the same record is also altered on the backend server. In other words – the same record gets updated both in the mobile client and on the server, but neither of these modifications has been yet synchronized between them.
And thus the conflict occurs: Which modification should be applied to the record, both in the app and on the server, after the next synchronization takes place?
Identifying conflicts
Conflicts are identified during synchronization. One of the early phases of synchronization is uploading client changes to the server, and in this step, the client searches for conflicts (using the modifiedon attribute of records).
Configuring conflict resolution
Woodford administrator can select a conflict resolution strategy. The strategy is defined for each entity. Select the entity in the Project menu and choose the appropriate option for the On Conflict parameter:
- Server Wins – In the case of a conflict, the server version of the record is used and overwrites the record on the client. The action is noted on the sync log. This is the default setting.
- Device Wins – In the case of a conflict, the client version of the record is used and overwrites the record on the server. However, only the fields changed on the client are uploaded. If the changes on the server affected different fields than on the app, both changes are preserved. If the same field was changed in both databases, server values are overwritten.
- Device Wins (Full) – In this strategy, the whole client record, including unchanged field values, is sent to the server. Server changes are lost.
- Manual Action – Conflicts must be resolved manually, either by the user in the app or by an admin using Sync Dashboard.
For automatic handling, you can decide which side (client or server) wins. The change on the losing side is lost.
Alternatively, to ensure that you don't lose any important information, you can resolve conflicts manually. You have two options for manual conflict resolution:
- App users can resolve conflicts directly in the app. This is the default behavior for manual action.
- Administrators can resolve conflicts remotely using the Sync Dashboard. Go to Woodford Configuration > Offline Data Sync > Sync Errors and enable Remote Conflict Resolution.
Resolving conflicts on the client
In case of conflicts, a new item appears as the first item of your Home screen: See Sync Errors.
Resolving conflicts on the server
See Conflict resolution in Sync Dashboard for more details.