Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 general forum

Lead disqualify reason list on ribbon

(0) ShareShare
ReportReport
Posted on by 60

Hi

I have list of more than 50 items for  disqualify reasons on Lead.  Is it possible to hide some of them through Java script ?.  

  • jma728 Profile Picture
    jma728 60 on at
    RE: Lead disqualify reason list on ribbon

    8255.Image-3.jpg

    here is the screen shot.   I need to hide some of the items through java script.  Tried the picklist.removeoption for statuscode field but not working.  Called this function from onload event of form.

        var RemoveDisqualifyReasons = function () {
        var pickList = Xrm.Page.getControl("statuscode");
        var options = Xrm.Page.getAttribute("statuscode").getOptions();
       for (var i = 0; i < options.length; i++) {
       switch (options[i].value )
        {
           case 197770009:

           pickList.removeOption(options[i].value);
           break;
           default:
           break
        }
      }
    }

  • Dynamics365 Rocker Profile Picture
    Dynamics365 Rocker 7,755 on at
    RE: Lead disqualify reason list on ribbon

    Can you please share screen shots?

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans