web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

How To Also Filter 'Queues' In The 'From' Line Of Emails In Sales?

(0) ShareShare
ReportReport
Posted on by
How do I customize the search for the from line to include Queues and not just Users?
 
Our goal is to allow people in the Sales Hub to send emails from a shared mailbox. We have it tracking emails from the mailbox because we already created a queue. I have an admin with me with full system admin privileges and they cant see it either, neither can they just select the user mailbox related to the shared mailbox, so we are trying to see if sending from a queue will work for us. We also tried customizing the email form on the backend, but didn't see anywhere about expanding the Table options it that the From line queries from. Does anyone have knowledge on this?
 
Categories:
I have the same question (0)
  • Suggested answer
    ManoVerse Profile Picture
    816 Super User 2026 Season 1 on at
    This usually happens when a JavaScript function is added to the Email form to hide queues. Please check the form libraries and the OnLoad event , there’s likely a script controlling the your lookup behavior.
    A simple script can hide specific entity types on a partylist lookup, for example:
    function filterFromLookup(executionContext) {
        var control = executionContext.getFormContext().getControl("from");
        if (control) {
            control.setEntityTypes(["systemuser"]);
        }
    }
     
    As far as I know, this is the only supported way to control the entity types shown in the From lookup. Please verify whether your Email form has any custom JavaScript attached.
     
    Regards,
    Manoj
    ✅If this answer helped you, please consider marking it as Verified, it really helps others in community

     

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 212 Super User 2026 Season 1

#2
CU11031447-0 Profile Picture

CU11031447-0 100

#3
NeerajPawar Profile Picture

NeerajPawar 76

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans