Change List: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
The change list is an optional part of [[Resco mobile apps]]. It displays records changed in the local database on the device, waiting for synchronization.
{{Support TOC}}
The change list is an optional part of [[Resco mobile apps]]. It displays records changed (also created, deleted) in the local database on the device, waiting for synchronization.


== Enabling the change list ==
== Enabling the change list ==
Line 9: Line 10:
== Using the change list ==
== Using the change list ==


Tap '''Change List''' to display the records.
Tap '''Change List''' to display the records on the '''Unsynced Data Changes''' view.


[[File:Change list example.png|600px]]
[[File:Change list example.png|600px]]
Line 17: Line 18:
* Tap any record to display its details.
* Tap any record to display its details.
* The status bar at the bottom displays summary information about all changes.
* The status bar at the bottom displays summary information about all changes.
* Tap '''View Edits''' to display changes in pseudo JSON format.
* Tap '''View Edits''' to display changes in pseudo-JSON format. This list largely corresponds to the data sent to the server during synchronization. (The only difference is that binary data are omitted.)


[[File:Change list user edits.png|600px]]
[[File:Change list user edits.png|600px]]


To see a list of unsynchronized documents, search for "doc".


[[File:Unsynced documents.png]]
== Technical information ==
Resco mobile apps collect information about record changes in the so-called changelog. This is an internal table which contains an entry for each changed record. This entry contains information about whether the record was created, modified, or deleted; which fields were changed; and information about eventual upload problems or conflicts.
Resco mobile apps can display changelog content on the following two forms:
* Change List (this form)
* [[Sync errors|Sync Errors]] form


[[Category:Resco Mobile CRM]]
[[Category:Resco Mobile CRM]]
[[Category:Support]]

Navigation menu