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: support/power-platform/power-apps/create-and-use-apps/ribbon-issues-button-hidden.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
@@ -28,7 +28,7 @@ A button can be hidden due to an [enable rule](/powerapps/developer/model-driven
28
28
> 1.**HideCustomAction customization:**
29
29
> - In the left navigation panel, look for the `HideCustomAction` section at the top.
30
30
> - 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.
32
32
>
33
33
> 2.**Mscrm.HideOnModern display rule:**
34
34
> - 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
45
45
> If the button remains hidden even when all rules evaluate to **True**, check the hidden reason in the navigation panel:
46
46
>
47
47
> -**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).
49
49
> - 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**.
50
50
> - Note that flyouts aren't affected, as flyout children might still have record-based commands.
0 commit comments