Skip to content

Commit b8525f3

Browse files
committed
Revise Find Usages definition
1 parent be6896c commit b8525f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The attribute right-click menu items are described in the table below.
4242
| Select microflow | Select an existing [microflow](/refguide/microflows/) or create a new one to connect to the attribute. | |
4343
| Add validation rule | Add a [validation rule](/refguide/validation-rules/) to the attribute. | |
4444
| 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. | |
4646
| Cut | Remove the attribute from the entity while keeping the attribute’s structure in the clipboard. | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
4747
| Copy | Create a duplicate of the attribute. | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
4848
| 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.
5757
|------------------|---------------------------------|--------------|
5858
| Reverse direction | Reverse the direction of the association. | |
5959
| 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. | |
6161
| Cut | Remove the association from the domain model while keeping the structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
6262
| Copy | Create a duplicate of the association. | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
6363
| Paste | Paste a duplicate of the association into the domain model. | <kbd>Ctrl</kbd> + <kbd>V</kbd> |

0 commit comments

Comments
 (0)