Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Remove Entities from Search Dialog

(0) ShareShare
ReportReport
Posted on by 15

Hi

When sending an email, users can select to search for the recipient using a list of entities as shown in the screenshot below.  I want to remove certain entries (for example Knowledge Articles) from that list so they can only search for email recipients using Accounts, Contacts, Users and Queues.  I can't figure out where to find this dialog box to customise it, or where to find the option set containing those entity names.  I have tried playing around with Relevance Search but to no avail.  I have shown a screenshot form Classic Dynamics 365 - you get the same problem in UI but it's easier to demonstrate in classic mode

pastedimage1597302400740v1.png 

  • p dominey Profile Picture
    p dominey 15 on at
    RE: Remove Entities from Search Dialog

    Perfect! Thanks so much

  • Verified answer
    RE: Remove Entities from Search Dialog

    Hi,

    I was able to achieve this by creating a JS with:

    function test(executionContext)
    {
    var formContext = executionContext.getFormContext();

    var field = formContext.getControl('to');

    field.setEntityTypes(['account', 'contact']);
    }

    I've registered it on the onload event.

    pastedimage1597309134342v1.png

    pastedimage1597309204331v2.png

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans