You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/domain-model/right-click-menu.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,29 +19,29 @@ The entity right-click menu items are described in the table below.
19
19
Select Generalization | | |
20
20
| Add | Add an attribute, association, or validation rule to your entity ||
21
21
| Move to | Move the entity to the domain model of one of the following locations: <br><ul><li> Adminsitration</li><li>Atlas_Core</li><li>Atlas_Web_content</li><li>BusinessEvents</li><li>DataWidgets</li><li>FeedbackModule</li><li> NanoflowCommons</li><li>WebActions</li> ||
22
-
| Select association | Select an association between entities.||
22
+
| Select association | Select an association between entities ||
23
23
| Find specialization |||
24
24
| Find usages in actions | Find where an entity has object activities in them ||
25
25
| Publish in REST service | Publish the entity in a REST service ||
26
26
| Publish in OData service | Publish the entity in an OData service ||
27
27
| Generate overview pages | Create an overview page with data grids and forms, depending on the data in the selected entity ||
| Find usages |Find 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| <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>F</kbd> |
29
29
| Cut | Remove the entity from the domain model while keeping the entity’s structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
30
30
| Copy | Create a duplicate of the entity | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
31
31
| Paste | Paste a duplicate of the entity into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> |
32
32
| Delete | Delete the entity | <kbd>Del</kbd> |
33
33
| Properties | Open the entity properties | <kbd>Alt</kbd>+<kbd>6 </kbd> |
34
34
35
35
## Attribute Menu Overview
36
-
36
+
37
37
The attribute right-click menu items are described in the table below.
| Find usages |Find 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||
45
45
| Cut | Remove the attribute from the entity while keeping the attribute’s structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
46
46
| Copy | Create a duplicate of the attribute | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
47
47
| Paste | Paste a duplicate of the attribute into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> |
@@ -56,7 +56,7 @@ The association right-click menu items are described in the table below.
| Reverse direction | Reverse the direction of the association ||
58
58
| Find changes |||
59
-
| Find usages |||
59
+
| Find usages |Find 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||
60
60
| Cut | Remove the association from the domain model while keeping the structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
61
61
| Copy | Create a duplicate of the association | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
62
62
| Paste | Paste a duplicate of the association into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> |
0 commit comments