Savework/Getwork
- Last UpdatedMay 24, 2022
- 1 minute read
Data is only saved to the database on demand. Similarly you will only see changes made by others on demand. In order to make changes visible to other users two steps must occur:
-
The user making the changes must do a Save work.
-
The reader must do a Get work.
For most applications, the save-work/get-work actions are totally in the hands of the user.