Skip to content

Commit 8c42b10

Browse files
committed
Add details
1 parent b336b63 commit 8c42b10

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/refguide/modeling/domain-model/right-click-menu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ The entity right-click menu items are described in the table below.
1919
Select Generalization | | |
2020
| Add | Add an attribute, association, or validation rule to your entity | |
2121
| 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 | |
2323
| Find specialization | | |
2424
| Find usages in actions | Find where an entity has object activities in them | |
2525
| Publish in REST service | Publish the entity in a REST service | |
2626
| Publish in OData service | Publish the entity in an OData service | |
2727
| Generate overview pages | Create an overview page with data grids and forms, depending on the data in the selected entity | |
28-
| Find usages | | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>F</kbd> |
28+
| 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> |
2929
| Cut | Remove the entity from the domain model while keeping the entity’s structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
3030
| Copy | Create a duplicate of the entity | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
3131
| Paste | Paste a duplicate of the entity into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> |
3232
| Delete | Delete the entity | <kbd>Del</kbd> |
3333
| Properties | Open the entity properties | <kbd>Alt</kbd>+<kbd>6 </kbd> |
3434

3535
## Attribute Menu Overview
36-
36+
3737
The attribute right-click menu items are described in the table below.
3838

3939
| Menu item | Description | Shortcut key |
4040
|------------------|---------------------------------|--------------|
4141
| Select microflow | | |
4242
| Add validation rule | | |
4343
| Find changes | | |
44-
| Find usages | | |
44+
| 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 | |
4545
| Cut | Remove the attribute from the entity while keeping the attribute’s structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
4646
| Copy | Create a duplicate of the attribute | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
4747
| 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.
5656
|------------------|---------------------------------|--------------|
5757
| Reverse direction | Reverse the direction of the association | |
5858
| 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 | |
6060
| Cut | Remove the association from the domain model while keeping the structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
6161
| Copy | Create a duplicate of the association | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
6262
| Paste | Paste a duplicate of the association into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> |

0 commit comments

Comments
 (0)