Skip to content

Commit 2add017

Browse files
authored
Update ribbon-issues-button-hidden.md
1 parent 90f42d3 commit 2add017

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/power-platform/power-apps/create-and-use-apps/ribbon-issues-button-hidden.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A button can be hidden due to an [enable rule](/powerapps/developer/model-driven
2828
> 1. **HideCustomAction customization:**
2929
> - In the left navigation panel, look for the `HideCustomAction` section at the top.
3030
> - Expand the list and review each item. Check the location properties for a match with your button's name.
31-
> - If a match is found, this is likely why your button is hidden. To resolve, follow the [Repair Options](#repair-options) instructions below, but apply them to the `HideCustomAction` instead of a command.
31+
> - If a match is found, this is likely why your button is hidden. To resolve the issue, follow the [Repair Options](#repair-options) instructions, but apply them to the `HideCustomAction` instead of a command.
3232
>
3333
> 2. **Mscrm.HideOnModern display rule:**
3434
> - The associated command might have a `Mscrm.HideOnModern` display rule, which hides the button in Unified Interface applications.
@@ -45,7 +45,7 @@ A button can be hidden due to an [enable rule](/powerapps/developer/model-driven
4545
> If the button remains hidden even when all rules evaluate to **True**, check the hidden reason in the navigation panel:
4646
>
4747
> - **Hidden by selection:**
48-
> - This means the button is hidden due to [context sensitive commands in grids](../../../dynamics-365/sales/button-in-command-bar-not-appear-after-grid-item-selection.md#cause).
48+
> - It means that the button is hidden due to [context sensitive commands in grids](../../../dynamics-365/sales/button-in-command-bar-not-appear-after-grid-item-selection.md#cause).
4949
> - When records are selected in a grid, any button without a `SelectionCountRule` element is considered not relevant to the selected record(s) and will be hidden, even if its rule evaluation is **True**.
5050
> - Note that flyouts aren't affected, as flyout children might still have record-based commands.
5151
>

0 commit comments

Comments
 (0)