Skip to content

Commit 3fa474a

Browse files
committed
Update define-custom-actions-modify-ribbon.md
1 parent eae9c4f commit 3fa474a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powerapps-docs/developer/model-driven-apps/define-custom-actions-modify-ribbon.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The default, an application command bar or ribbon is defined by Common Data Serv
4747
### Hide custom actions
4848

4949
A `<HideCustomAction>` is a statement that you use when you want to remove an existing ribbon element so that it is not rendered. This does not hide the ribbon element, it actually removes the ribbon element at runtime so that it doesn’t exist in the ribbon.
50+
51+
The **HideActionId** element provides a unique ID for the action. For consistency and readability, you should follow the same naming convention described for `<CustomAction>` elements. The **Location** attribute must match the Id of the ribbon element you want to remove.
5052

5153
> [!NOTE]
5254
> Because the `HideCustomAction` element removes a specified node from the ribbon, removing ribbon elements in this manner may not be the best option for every situation.
@@ -70,7 +72,7 @@ The `HideCustomAction` element cannot be removed, once added, except by creating
7072
</CommandDefinition>
7173
```
7274

73-
The **HideActionId** element provides a unique ID for the action. For consistency and readability, you should follow the same naming convention described for `<CustomAction>` elements. The **Location** attribute must match the Id of the ribbon element you want to remove.
75+
7476

7577
### See also
7678

0 commit comments

Comments
 (0)