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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The attribute right-click menu items are described in the table below.
42
42
| Select microflow | Select an existing [microflow](/refguide/microflows/) or create a new one to connect to the attribute. ||
43
43
| Add validation rule | Add a [validation rule](/refguide/validation-rules/) to the attribute. ||
44
44
| Find changes | List (in the [**Find Results**](/refguide/view-menu/#find-results) pane) all the places the attribute is set/changed in the app. ||
45
-
| 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. For more information, see [Find, Find Advanced, and Find Usages](/refguide/find-and-find-advanced/). ||
45
+
| Find usages | Find where the attribute is [used within your app](/refguide/find-and-find-advanced/#find-usages). This option only finds places where the attribute is selected itself—it will not find instances where the attribute is derived implicitly. ||
46
46
| Cut | Remove the attribute from the entity while keeping the attribute’s structure in the clipboard. | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
47
47
| Copy | Create a duplicate of the attribute. | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
48
48
| Paste | Paste a duplicate of the attribute into the domain model. | <kbd>Ctrl</kbd> + <kbd>V</kbd> |
@@ -57,7 +57,7 @@ The association right-click menu items are described in the table below.
| Reverse direction | Reverse the direction of the association. ||
59
59
| Find changes | List (in the [**Find Results**](/refguide/view-menu/#find-results) pane) all the places the association is set/changed in the app. ||
60
-
| 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. For more information, see [Find, Find Advanced, and Find Usages](/refguide/find-and-find-advanced/). ||
60
+
| Find usages | Find where the association is [used within your app](/refguide/find-and-find-advanced/#find-usages). This option only finds places where the association is selected itself—it will not find instances where the association is derived implicitly. ||
61
61
| Cut | Remove the association from the domain model while keeping the structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
62
62
| Copy | Create a duplicate of the association. | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
63
63
| Paste | Paste a duplicate of the association into the domain model. | <kbd>Ctrl</kbd> + <kbd>V</kbd> |
0 commit comments