10,887
edits
(→Misc) |
|||
Line 29: | Line 29: | ||
You can now update multiple records of an entity in bulk. See [[bulk update]] for more information. | You can now update multiple records of an entity in bulk. See [[bulk update]] for more information. | ||
== Form caching == | |||
Form caching is a practice in [[Resco mobile apps]] that once a form is drawn, for example, to display the details of a particular account record, switching to a different record is fast, the form is reused. Only the data is replaced; tabs that were collapsed stay collapsed, fields that were hidden remain hidden, etc. The benefits of caching are clear: working with the app is much faster. Problems may occur if you're using (poorly written) business logic that relies on the form being in the initial default state. | |||
With this release, Woodford admins can control which forms should be always or never reused. You can configure the global default in [[Configuration#Forms|Configuration]] and you can override this in the [[Form#Caching_forms|properties of each form]]. | |||
[[File:Form caching.png]] | |||
== Fixes in monitoring synchronizations == | == Fixes in monitoring synchronizations == |