(GDC) Local Actions
The concept of "Local Actions" is now deprecated.
Starting with Genero 3.10, the concept of "Local Actions" is deprecated.
Local Actions are available in the GDC front-end only, to bind local operations to action views.
For example, the typical copy/cut/paste operations can be bound to ToolBar items by using the
editcopy
, editcut
, editpaste
action names.
Local Actions can be considered as an over-engineered feature. Business applications do not have to implement basic copy/cut/paste editor actions. The user interface must focus on application functions (create new record, print order, etc).