10,730
edits
Line 34: | Line 34: | ||
* Lookups may present a problem. They may point to a record that does not exist on the server. | * Lookups may present a problem. They may point to a record that does not exist on the server. | ||
* In some cases, the state of record cannot be updated, for example a closed quote. Status change must be performed at the end of synchronization. | * In some cases, the state of record cannot be updated, for example a closed quote. Status change must be performed at the end of synchronization. | ||
* We may create a new record on the server, but do not get any confirmation. Next time we try to re-create an existing record. | * We may create a new record on the server, but do not get any confirmation. Next time we try to re-create an existing record. Similar problem can happen for record update. | ||
* Some entities such as quote require special processing | * Some entities such as quote require special processing | ||
* [[Conflict resolution|Conflicts]] | * [[Conflict resolution|Conflicts]] |