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

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

Select All option for multi select option value

(0) ShareShare
ReportReport
Posted on by

I need to remove the select all option from the option values of a multi select options field.  How is this achieved? 

I have the same question (0)
  • Suggested answer
    Community Member Profile Picture
    on at

    Hi LynneMC,

    There is no OOB way to do this thing and removeOption()(removeOption (Client API reference) in model-driven apps - Power Apps | Microsoft Docs) method couldn't remove the select all option.

    So I tried to hide the dom with the below code  and it can work:

    var myInterva;
    function formOnLoad(executionContext){
        myInterval = setInterval(hideSelectAll,100);
    }
    
    function hideSelectAll(){
        var selectAll = parent.document.getElementById("new_myoption_selectAll");
        if(selectAll != null){
            selectAll.parentNode.style.display = "none";
            clearInterval(myInterval);
        }
    }

    Result:

    pastedimage1635150117213v1.png

  • Mannbik Profile Picture
    7 on at
    Hi, was there a solution found, I want to do a similar thing on Crm Portal.. The retrieving of the element is always null.
     
    Thanks
    Bik

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 108 Super User 2025 Season 2

#2
Jimmy Passeti Profile Picture

Jimmy Passeti 50 Most Valuable Professional

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 49 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans