Skip to main content

Notifications

Announcements

No record found.

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

  • Verified answer
    gdas Profile Picture
    50,091 Moderator on at
    RE: Running plugin on Creation of lead and want to get its leadid

    Hi ,

    You can get lead id using below code

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

    Guid recordID = entity.Id

  • Verified answer
    Shahbaaz Ansari Profile Picture
    6,211 on at
    RE: Running plugin on Creation of lead and want to get its leadid

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

    Guid LeadId = entity.Id;

    Thanks,

    Shahbaaz

  • Verified answer
    Community Member Profile Picture
    on at
    RE: Running plugin on Creation of lead and want to get its leadid

    Hello,

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

    Guid guid=  entity.Id;

    Hope this will help you!

  • Verified answer
    Alex Fun Wei Jie Profile Picture
    33,626 on at
    RE: Running plugin on Creation of lead and want to get its leadid

    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;

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
dkrishna Profile Picture

dkrishna 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans