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 :
Microsoft Dynamics CRM (Archived)

Running plugin on Creation of lead and want to get its leadid

(0) ShareShare
ReportReport
Posted on by

Hi All,

i want to get leadid of lead record in plugin.

That Plugin is triggered on creation of lead record i.e. on  post operation.

Thanks

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Alex Fun Wei Jie Profile Picture
    33,628 on at

    Hi ,

    you can get the leadid via below method.

    entity =(Entity)pluginExecutionContext.InputParameters[Constants.CONTEXT_Target];  this might be different depending on your writing style.

    Guid leadid = entity.Id;

  • Verified answer
    Community Member Profile Picture
    on at

    Hello,

    Entity entity = (Entity)context.InputParameters["Target"];

    Guid guid=  entity.Id;

    Hope this will help you!

  • Verified answer
    Shahbaaz Ansari Profile Picture
    6,211 on at

    Entity entity = (Entity)context.InputParameters["Target"];              

    Guid LeadId = entity.Id;

    Thanks,

    Shahbaaz

  • Verified answer
    gdas Profile Picture
    50,091 Moderator on at

    Hi ,

    You can get lead id using below code

    Entity entity = (Entity)context.InputParameters["Target"];

    Guid recordID = entity.Id

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 > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans