Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Identifying whether a Contact has been generated from a Lead in a PreContactCreate plugin

Posted on by Microsoft Employee

I've got a PreContactCreate plugin that fires on the Contact entity.  This also gets fired when the 'Quantify' button is clicked on a Lead. Within the plugin in ExecutePreContactCreate(), how can I identify whether a Lead was quantified rather than for example, a new Contact was created directly in the Contact section of CRM?

*This post is locked for comments

  • Verified answer
    a33ik Profile Picture
    a33ik 84,323 Most Valuable Professional on at
    RE: Identifying whether a Contact has been generated from a Lead in a PreContactCreate plugin

    Hello,

    There are couple of ways but as for me easiest is to check originatingleadid from contact like following:

    var target = context.InputParameters["Target"] as Entity;

    if (target.Contains("originatingleadid")

    {

    //your logic when contact is created during qualification

    }

    else

    {

    //other sources of creation of contact

    }

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans