|
1 | 1 | --- |
2 | 2 | title: "Right-Click Menu" |
3 | 3 | url: /refguide/right-click-menu/ |
4 | | -weight: 40 |
| 4 | +weight: 80 |
5 | 5 | #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. |
6 | 6 | --- |
7 | 7 |
|
8 | 8 | ## Introduction |
9 | 9 |
|
| 10 | +The entity right-click menu allows you to manage your entity by, for example, reviewing its properties, find usages within your app, and generating overview pages based on its data. You can also right-click an entity’s attributes to manage its data. |
| 11 | + |
10 | 12 | ## Entity Menu Overview |
11 | 13 |
|
12 | | -## Association Menu Overview |
| 14 | +The entity right-click menu items are described in the table below. |
| 15 | + |
| 16 | +| Menu item | Description | Shortcut key | |
| 17 | +|------------------|---------------------------------|--------------| |
| 18 | +| Go to Generalization | | | |
| 19 | +Select Generalization | | | |
| 20 | +| Add | Add an attribute, association, or validation rule to your entity | | |
| 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 | +| Find specialization | | | |
| 23 | +| Find usages in actions | Find where an entity has object activities in them | | |
| 24 | +| Publish in REST service | Publish the entity in a REST service | | |
| 25 | +| Publish in OData service | Publish the entity in an OData service | | |
| 26 | +| Generate overview pages | Create an overview page with data grids and forms, depending on the data in the selected entity | | |
| 27 | +| Find usages | | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>F</kbd> | |
| 28 | +| Cut | Remove the entity from the domain model while keeping the entity’s structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> | |
| 29 | +| Copy | Create a duplicate of the entity | <kbd>Ctrl</kbd> + <kbd>C</kbd> | |
| 30 | +| Paste | Paste a duplicate of the entity into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> | |
| 31 | +| Delete | Delete the entity | <kbd>Del</kbd> | |
| 32 | +| Properties | Open the entity properties | <kbd>Alt</kbd>+<kbd>6 </kbd> | |
| 33 | + |
| 34 | +## Attribute Menu Overview |
| 35 | + |
| 36 | +The attribute right-click menu items are described in the table below. |
| 37 | + |
| 38 | +| Menu item | Description | Shortcut key | |
| 39 | +|------------------|---------------------------------|--------------| |
| 40 | +| Select microflow | | | |
| 41 | +| Add validation rule | | | |
| 42 | +| Find changes | | | |
| 43 | +| Find usages | | | |
| 44 | +| Cut | Remove the attribute from the entity while keeping the attribute’s structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> | |
| 45 | +| Copy | Create a duplicate of the attribute | <kbd>Ctrl</kbd> + <kbd>C</kbd> | |
| 46 | +| Paste | Paste a duplicate of the attribute into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> | |
| 47 | +| Delete | Delete the entity | <kbd>Del</kbd> | |
| 48 | +| Properties | Open the attribute’s properties | <kbd>Alt</kbd>+<kbd>6 </kbd> | |
13 | 49 |
|
0 commit comments