Right-Click Menus in the Domain Model

Last modified: December 16, 2025

Introduction

The right-click menu in the domain model allows you to manage an entity, as well as its attributes and associations. For example, you can use the menus to review properties, find usages within your app, and generating overview pages based on an entity's data.

Entity Menu Overview

The entity right-click menu items are described in the table below.

Menu itemDescriptionShortcut key
Go to generalizationGo to the generalization entity of the chosen entity.
Select generalizationChoose the entity the selected entity should inherit from.
Go to event microflowOpen the event microflow attached to the entity.
AddAdd an attribute, association, or validation rule to your entity.
Move toMove the entity to the domain model of one of the other modules in your app.
Select associationSelect an association between entities.
Find specializationList (in the Find Results pane) all entities for which this entity is the generalization. The list will be empty if there are no specializations of this entity.
Find usages in actionsFind where an entity has object activities in them. For more information, see Find, Find Advanced, and Find Usages.
Publish in REST servicePublish the entity in a REST service.
Publish in OData servicePublish the entity in an OData service.
Generate overview pagesCreate an overview page with data grids and forms, depending on the data in the selected entity.
Find usagesFind where the entity is used within your app. This option only finds places where the entity is selected itself—it will not find instances where the entity is derived implicitly. For more information, see Find, Find Advanced, and Find Usages.Ctrl + Alt + F
CutRemove the entity from the domain model while keeping the entity’s structure in the clipboard.Ctrl + X
CopyCreate a duplicate of the entity.Ctrl + C
PastePaste a duplicate of the entity into the domain model.Ctrl + V
DeleteDelete the entity.Del
PropertiesOpen the entity's properties.Alt+6

Attribute Menu Overview

The attribute right-click menu items are described in the table below.

Menu itemDescriptionShortcut key
Select microflowSelect an existing microflow or create a new one to connect to the attribute.
Add validation ruleAdd a validation rule to the attribute.
Find changesList (in the Find Results pane) all the places the attribute is set/changed in the app.
Find usagesFind where the attribute is used within your app. This option only finds places where the attribute is selected itself—it will not find instances where the attribute is derived implicitly.
CutRemove the attribute from the entity while keeping the attribute’s structure in the clipboard.Ctrl + X
CopyCreate a duplicate of the attribute.Ctrl + C
PastePaste a duplicate of the attribute into the domain model.Ctrl + V
DeleteDelete the entity.Del
PropertiesOpen the attribute’s properties.Alt+6

Association Menu Overview

The association right-click menu items are described in the table below.

Menu itemDescriptionShortcut key
Reverse directionReverse the direction of the association.
Find changesList (in the Find Results pane) all the places the association is set/changed in the app.
Find usagesFind where the association is used within your app. This option only finds places where the association is selected itself—it will not find instances where the association is derived implicitly.
CutRemove the association from the domain model while keeping the structure in the clipboardCtrl + X
CopyCreate a duplicate of the association.Ctrl + C
PastePaste a duplicate of the association into the domain model.Ctrl + V
DeleteDelete the association.Del
PropertiesOpen the association's properties.Alt+6