Skip to content

Commit 0fd59ba

Browse files
authored
Updates from editor
1 parent 45f9139 commit 0fd59ba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

support/dynamics-365/sales/button-in-command-bar-not-appear-after-grid-item-selection.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Button in Command Bar Not Showing After Grid Item Selection
33
description: Resolving the issue where a button in the command bar doesn't appear after selecting grid items in Microsoft Dynamics 365 Sales.
44
ms.reviewer:
5-
ms.date: 03/31/2021
5+
ms.date: 04/02/2021
66
ms.custom: sap:Opportunity
77
---
88
# Button in command bar doesn't appear after grid item selection in Dynamics 365 Sales
99

10-
This article provides a solution for the issue where a customized button on the command bar doesn't show up after selecting one or more grid items in Dynamics 365 Sales.
10+
This article provides a solution to the issue where a custom button on the command bar doesn't appear after selecting one or more grid items in Dynamics 365 Sales.
1111

1212
_Applies to:_   Microsoft Dynamics 365 Sales
1313
_Original KB number:_   4481268
@@ -38,7 +38,7 @@ This design affects all buttons, including both custom and out-of-box buttons, e
3838

3939
In most cases, it's helpful to hide buttons that don't act on selected items, so that *item-specific* commands appear more prominently.
4040

41-
If you need to run a generic command unrelated to the items selected during item selection, you can add the following rule in the definition of the custom ribbon command:
41+
If you need to run a generic command unrelated to the items selected during item selection, you can add the following rule to the definition of the custom ribbon command:
4242

4343
```XML
4444
<EnableRule Id="Mscrm.AnySelection" />
@@ -49,4 +49,5 @@ This rule causes the Unified Client to treat the command as both an item-specifi
4949
## More information
5050

5151
[Enhanced user experience with Unified Interface for model-driven apps](/power-apps/user/unified-interface)
52+
5253
[Ribbons in model-driven apps](/power-apps/developer/model-driven-apps/ribbons-available)

0 commit comments

Comments
 (0)