Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

how can i get lead entity notes,attachment via javascript code?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

how can i get lead entity notes,attachment via javascript code? can anyone share the code.

*This post is locked for comments

  • Suggested answer
    Aric Levin Profile Picture
    Aric Levin 30,188 on at
    RE: how can i get lead entity notes,attachment via javascript code?

    You can use webapi.

    You will have to query the annotation entity with a link entity to lead on objected and set the condition to leadid is not null or leadid = a particular value (if you want specific to a particular lead).

    Below is a sample of fetchXml:

    <fetch mapping="logical" output-format="xml-platform" version="1.0" distinct="false">

     <entity name="annotation">

       <attribute name="annotationid" />

       <attribute name="subject" />

       <attribute name="notetext" />

       <link-entity name="lead" to="objectid" from="leadid" alias="ab">

         <filter type="and">

           <condition attribute="leadid" operator="not-null" />

         </filter>

       </link-entity>

     </entity>

    </fetch>

    You can use webapi with fetchxml:

    www.inogic.com/.../execute-fetchxml-using-web-api-in-dynamics-crm-2016

    If the code in the link doesn't appear good, click on the toggle plain code button.

    Hope this helps.

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,387 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans