Loading...

Configuring Wave 1 2021 Relevance Search Quick Actions

Image

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

Quick Actions

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.

Adding new buttons

To add a custom button to the Search Experience - both the drop-down and the search results grids, follow these steps:

  1. Create a temporary solution that contains just the entities you wish to add a command button to. Don’t include any additional components for performance reasons (see https://ribbonworkbench.uservoice.com/knowledgebase/articles/169819-speed-up-publishing-of-solutions)
  2. Drag a button onto the Home Command Bar and add your new command.

    Note: Here I am using the Quick JS Smart Button (https://ribbonworkbench.uservoice.com/knowledgebase/articles/896958-smart-buttons) but you can add whatever you want!

  3. To your command, add a new Enable Rule:
    Id: Mscrm.ShowOnQuickAction
    UnCustomised (IsCore):
    True

    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.
  1. At the time of writing, it seems that custom SVG icon web resources are not supported and so your button will appear with a blank icon. To get around this you can either leave the modern icon blank (your button will be assigned the default icon) or you can use a Modern icon name from one of the other out-of-the-box icons.

 

  1. Publish and wait (Yes, I’d make it quicker if I could!)

Removing existing out of the box buttons

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:

  1. Find the button you want to remove from the quick actions (e.g. Assign Button)
  2. Right Click -> Customize Command
  3. Add the Enable Rule Mscrm.ShowOnGrid and again set ‘IsCore’ to true
    The Mscrm.ShowOnGrid enable rule tells the command bar to only show the command on the home page and not the search results.
  4. Set IsCore to true for all the other out of the button Enable & Display Rules that were added when you customized the command (e.g. Mscrm.AssignSelectedRecord).
  5. Publish!

The Result!

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!

Learn more
Author image

Develop 1 - Dynamics 365 Architecture Services

Share post:

Related

Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!

* Yes, I agree to the privacy policy