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

How to determine lead was qualified programmatically?

(0) ShareShare
ReportReport
Posted on by

Hello experts,

My question is really not that difficult, but I did not found an answer online.

I have a plugin which is retrives a lead,who can I determine if this lead was qualified once?

var entities = service.RetrieveMultiple(leadExp);
if (entities.Entities.Count>0 && ItWasQualified())
{
service.Delete(leadEntity.LogicalName, (Guid)entities[0].Attributes["leadid"]);
}

bool ItWasQualififed()

{

//???

}

I have the same question (0)
  • Verified answer
    meelamri Profile Picture
    13,218 User Group Leader on at

    Hi,

    You can use this QExp:

    // Instantiate QueryExpression QElead

    var QElead = new QueryExpression("lead");

    // Add all columns to QElead.ColumnSet

    QElead.ColumnSet.AllColumns = true;

    // Define filter QElead.Criteria

    QElead.Criteria.AddCondition("qualifyingopportunityid", ConditionOperator.NotNull);

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 April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 98 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 72

#3
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 69 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans