Standard actions
No edit summary
(Updated Edited template to July 12, 2025.)
 
(8 intermediate revisions by 3 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 - Save changes in the current view
In the Global actions view, you can press "Ensure Std Actions". This will create the default actions for:
* Cancel - Cancel changes in the current view
* Save - save changes in the current view
* Refresh - Refresh data from server
* Cancel - cancel changes in the current view
* Undo - Undo changes in the current view
* Refresh - refresh data from the server
* Redo - "Do again" the changes that was reversed by Undo. Does nothing if Undo hasn't been used
* Undo - undo changes in the current view
* Exit - Used to exit an program, if that is supported by the current execution environment (WPF for example).
* 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 ===
==== Missing Save Action in Web Browser App ====
Make sure you have Save and Cancel actions by using "Ensure Std Actions"
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@mdriven.net 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