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,...
Answered

Settings for lead qualification

(1) ShareShare
ReportReport
Posted on by 48
I wonder if someone can help me with this question.
 
I have change settings for lead qualification so it won´t automatically creates new accounts, contacts and opportunities, when a user qualify a lead.
So fa so good, but when the user will qualify a lead, a window shows up with alternatives that has default-settings:
 
Sorry, is in swedish, but I´ll write.
 
Subject: Qualify lead
Convert this lead as qualified and create following posts:
 
Account: Yes 
Contact: Yes
Opportunity: No

 
Does anyone know how I can change the defaultsettings in the window I added?
I have the same question (0)
  • Verified answer
    Cui Hao Profile Picture
    Microsoft Employee on at
    Hi,

    I'm afraid that's impossible.
    The qualify lead dialog is oob and currently you can't customize the 'Qualify Lead' dialog.
    If you want to change it, you need to hide it and use JavaScript or Html to develop a new custom dialog box.
    https://debajmecrm.com/custom-qualify-lead-button-on-dynamics-365-form/


    Best regards,
    Cui Hao
  • Baxafer Profile Picture
    9 on at
    To change the default settings for the lead qualification process in your CRM system (most likely Microsoft Dynamics 365, based on the terminology you're using), you need to adjust the system settings or customize the lead qualification dialog.
     
    Here is an example of the JavaScript code you might use:
    function setDefaultLeadQualificationOptions() {
        // Assuming the dialog fields have IDs or names that you can target
        var accountCheckbox = Xrm.Page.getAttribute("accountCheckboxId");
        var contactCheckbox = Xrm.Page.getAttribute("contactCheckboxId");
        var opportunityCheckbox = Xrm.Page.getAttribute("opportunityCheckboxId");
        if (accountCheckbox) {
            accountCheckbox.setValue(true); // Default to Yes
        }
        if (contactCheckbox) {
            contactCheckbox.setValue(true); // Default to Yes
        }
        if (opportunityCheckbox) {
            opportunityCheckbox.setValue(false); // Default to No
        }
    }
    // Register the function on form load
    Xrm.Page.data.entity.addOnLoad(setDefaultLeadQualificationOptions);
     

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 184 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 125

#3
CU11031447-0 Profile Picture

CU11031447-0 100

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans