web
You’re offline. This is a read only version of the page.
close
Skip to main content
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,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;

  • 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
    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
    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

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#1
UllrSki Profile Picture

UllrSki 2

#3
ED-30091530-0 Profile Picture

ED-30091530-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans