A hot area of investment from the Dataverse product team in Wave 1 2021 has been the Relevance search experience. https://docs.microsoft.com/en-us/powerapps/user/relevance-search
Part of this new search experience brings the command bar to the inline search results as well as the search results screen.
What’s really cool is that you can customize these command bar buttons using the Ribbon Workbench. The relevance search can have up to 3 buttons visible when you hover over a record, and then an additional 2 actions in the overflow (maximum of 5 command buttons).
The search experience picks up commands from the HomePage Grid command bar, and this is where we can apply our customizations using the Ribbon Workbench.
To add a custom button to the Search Experience – both the drop-down and the search results grids, follow these steps:
Important: The IsCore property tells the Ribbon Workbench that this rule is an out-of-the-box rule that we don’t need to provide an implementation for in our customizations.
Note: You can also use Mscrm.ShowOnGridAndQuickAction if you want the button to appear both on the Home Page grid AND on the search results.
Perhaps you don’t want to show an existing out-of-the-box button on the search results, or you want to make space for your own. You can do this using another specific EnableRule Mscrm.ShowOnGrid:
Once you’ve added the new button, and hidden the existing one, you’ll see the changes to the command bar after doing a hard refresh on your App in the browser:
Pretty cool! For more info about the Enable Rules used by Relevance Search, see https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-organization#configure-quick-actions
Hope this helps!
Original Post https://develop1.net/public/post/2021/04/11/configuring-wave-1-2021-relevance-search-quick-actions