Actions
The Actions
ViewTemplate displays an interface area that contains buttons, each corresponding to an Action defined on a specific Entity. It is used to provide users with direct access to key operations, such as creating, editing, or processing data records, without embedding these Actions in other UI components.
Layout and Behavior
Each button shown within the Actions
ViewTemplate is directly linked to an Action associated with the underlying Entity. When a user clicks one of the buttons, the respective Action is executed immediately. The layout is typically rendered as a horizontal or vertical button group, depending on the context and configuration.
The property fields
is deprecated and must no longer be used in the configuration of this ViewTemplate.
Example
In the ADITO xRM project there are many implementations of the ActionsViewTemplate, e.g., the ViewTemplate "Actions" in KnowledgeManagementPreview_view, Context KnowledgeManagement.
The property actions
of this ViewTemplate references the Action "Likes", which has a titleProcess
, an iconId
, and an onActionProcess
set.