Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Accessing the Notes section for Reports

$
0
0

I have created a few custom reports for Service Activities but have yet to figure out how to get access to the notes section. Can someone please assist with this fetchXML statement adding the notes from the SA?

 

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
  <entity name="serviceappointment" enableprefiltering="1">
    <attribute name="subject" />
    <attribute name="scheduledstart" />
    <attribute name="createdby" />
    <attribute name="regardingobjectid" />
    <attribute name="activityid" />
    <attribute name="description" />
    <attribute name="createdon" />
    <order attribute="subject" descending="false" />
    <link-entity name="account" from="accountid" to="regardingobjectid" visible="false" link-type="outer" alias="a_0f95f79c77a0409687000517b4132cda">
      <attribute name="address1_line3" />
      <attribute name="address1_line2" />
      <attribute name="address1_line1" />
      <attribute name="address1_stateorprovince" />
      <attribute name="address1_city" />
      <attribute name="name" />
    </link-entity>
    <link-entity name="contact" from="contactid" to="new_contact" visible="false" link-type="outer" alias="a_2276cdee5b33e2118b00001a645c4fda">
      <attribute name="fullname" />
      <attribute name="emailaddress1" />
      <attribute name="mobilephone" />
      <attribute name="address1_telephone1" />
    </link-entity>
  </entity>
</fetch>


Viewing all articles
Browse latest Browse all 82002

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>