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

Disqualifying a Lead: issue, not working from the form, but works from a View

(0) ShareShare
ReportReport
Posted on by 50

Currently when trying to Disqualify a lead from the lead form nothing happens, it does not close the lead, mark as read only, or log it was disqualified. The button does bring up the drop down and allows you to select a reason just nothing happens when you do. 

However we can Disqualify as normal from the grid view. 

Any thoughts on what the issue could be?

I have the same question (0)
  • Stefan Cojocaru Profile Picture
    on at

    Hi there,

    Were there any changes to the Disqualify lead button (or its underlying command)?

    Does the Qualify button work normally? Also, do you get any error in the F12 console when you do this?

    Looking forward to your reply.

    Thank you!

  • Suggested answer
    Bipin D365 Profile Picture
    28,983 Moderator on at

    Hello,

    Even though you manually refresh the form, record state does not change to disqualified?

    Please check Network tab from developer Tool (Hit F12) to get more details.

    ARe you using CRM Onpremise or Online?

    Please mark my answer verified if i were helpful

  • Mahendar Pal Profile Picture
    45,095 on at

    Hi,

    Have you done any changes in  your environment recently? How many environment you have, is this behavior is same in all the environments?

  • gopi.royal999@gmail.com Profile Picture
    430 on at

    Long back, I have seen this issue but with Qualify button. Check if you have Company Name field on the form or not?

    staturestack.com/.../

  • Suggested answer
    Kornel Gołębiewski Profile Picture
    6 on at
    Hello,
    Recently I've had same problem. In my case there were required fields that were hidden on a form. If these required fields are hidden, you can save this form without values in them, but you cannot disqualify. You can check for required fields without values by using developer tool console (hit F12) and typing this simple code:
     
    if (Xrm && Xrm.Page && Xrm.Page.data) {
        function checkRequiredFieldsWithoutValue() {
            var attributes = Xrm.Page.data.entity.attributes.get();
            if (!attributes) {
                console.error("Cannot load attributes.");
                return;
            }
            var emptyRequiredFields = [];
            attributes.forEach(function(attribute) {
                if (attribute.getRequiredLevel() === "required" && attribute.getValue() === null) {
                    emptyRequiredFields.push(attribute.getName());
                }
            });
            console.log("Required fields without value:", emptyRequiredFields);
        }
        checkRequiredFieldsWithoutValue();
    } else {
        console.error("The code must be invoked in the context of a Dynamics 365 record form.");
    }
    I hope it will help!
  • Tyler TS Solutions Profile Picture
    6 on at
    Thanks Kornel, this script was really helpful when troubleshooting an issue with the Disqualify button.  In my case, the address1_stateorprovince was Business Required but had been removed from the form.

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 170 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 70

#3
Jimmy Passeti Profile Picture

Jimmy Passeti 50 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans