Change List: Difference between revisions

Jump to navigation Jump to search
Line 25: Line 25:


[[File:Unsynced documents.png]]
[[File:Unsynced documents.png]]
=== File columns in change list ===
File column changes may also be included in the change list, for example:
<syntaxhighlight lang="txt">
*** List of changed entity records ***
[account, JohnV, 10407f42-2cfe-4ce5-87b2-e1ee9df1b338]  ---> {
      "name":"JohnV"
}
DeleteFile account[JohnV, 10407f42-2cfe-4ce5-87b2-e1ee9df1b338].cr180_filetypecolumn1 - null
UploadFile account[JohnV, 10407f42-2cfe-4ce5-87b2-e1ee9df1b338].cr180_filetypecolumn3 - 5.txt
</syntaxhighlight>
In the example above, the following file actions are to be performed:
# Delete the file stored previously in the field cr180_filetypecolumn1
# Upload a new file to the field cr180_filetypecolumn3. File name is "5.txt".


== Technical information ==
== Technical information ==

Navigation menu