This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
|
||||
AyaNova business objects are created and modified in "edit forms". Here we detail the common features of edit forms. Not all features are available to all edit forms.
|
||||
|
||||
### Browser page refresh or reload
|
||||
|
||||
If you reload or refresh any edit form it will lose any local changes made that have not yet been saved to the server. This is both useful and dangerous; it's useful in that you can reset a form back to the version saved at the server if you don't want to keep any changes made locally but dangerous in that you could lose work with an accidental refresh or reload.
|
||||
|
||||
It's always a good idea to save a form as you work in it, particularly large forms with many fields such as a [work order](svc-workorders.md).
|
||||
|
||||
### Navigating away with unsaved changes
|
||||
|
||||
Unlike a full browser page reload, navigation events are able to be intercepted by AyaNova an it will prompt you if there are any unsaved changes before leaving the form.
|
||||
|
||||
### Top Application bar
|
||||
|
||||
The top portion of an edit form ("App bar") is the primary source for navigation and commands and consists of a bar at the top:
|
||||
|
||||
Reference in New Issue
Block a user