User Actions and user interface
User interface and screen flow
The Requea platform provides user action flow to design, manage and extend user interfaces. Those user interface flows are called user actions or "actions" and are attached to entities.
User action define the flow of operation calls and screen that the user will see.
For example, the list user action is commonly defined with 2 steps:
- step 1: search the database, retrieve the records (entities) and return the result as a variable ("data")
- step 2: show the result (the "data" variable) as a list. The list may be a simple list, a multiple column table or a tree view for example.
For more information about user actions, you can view the following articles:
- User action flow in detail
describes the different action blocks and the action sequence
- User interface personalization for forms and entity detail view
how to change forms and entities detail view, add properties
- User interface personalisation for lists
how to change lists, add properties in multi-column tables