Standard actions
No edit summary |
(Updated Edited template to July 12, 2025.) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
In the Global actions view you can press "Ensure Std Actions". This will create the default actions for | <message>Write the content here to display this box</message> | ||
* Save - | In the Global actions view, you can press "Ensure Std Actions". This will create the default actions for: | ||
* Cancel - | * Save - save changes in the current view | ||
* Refresh - | * Cancel - cancel changes in the current view | ||
* Undo - | * Refresh - refresh data from the server | ||
* Redo - " | * Undo - undo changes in the current view | ||
* Exit - | * Redo - "do again" the changes that were reversed by Undo. (This does nothing if Undo hasn't been used.) | ||
* Exit - used to exit the program if it is supported by the current execution environment (WPF, for example). | |||
=== Missing Save | ==== Missing Save Action in Web Browser App ==== | ||
Ensure you have the Save and Cancel actions by using "Ensure Std Actions". | |||
'''See also:''' [[Training:Global actions|Global actions]] | |||
[[Category:Actions]] | [[Category:Actions]] | ||
{{Edited|July|12|2025}} |
Latest revision as of 06:03, 20 January 2025
This page was created by Lars.olofsson on 2019-11-02. Last edited by Edgar on 2025-01-20.
In the Global actions view, you can press "Ensure Std Actions". This will create the default actions for:
- Save - save changes in the current view
- Cancel - cancel changes in the current view
- Refresh - refresh data from the server
- Undo - undo changes in the current view
- Redo - "do again" the changes that were reversed by Undo. (This does nothing if Undo hasn't been used.)
- Exit - used to exit the program if it is supported by the current execution environment (WPF, for example).
Missing Save Action in Web Browser App
Ensure you have the Save and Cancel actions by using "Ensure Std Actions".
See also: Global actions