Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

FetchXml Report

Posted on by 1,942

Hi All,

I am building a fetchxml based custom report and using a dataset query as one of the parameter, unfortunately it is having 24000 records and i know that fetch accepts only 5000 per request.

Any ideas how to handle this situation? I have to shown all these 24000 records as parameter for the report.

<fetch version="1.0" distinct="true" no-lock="true" returntotalrecordcount="true" >

  <entity name="account" >

    <attribute name="name" />

    <attribute name="address1_city" />

    <order attribute="name" descending="false" />

    <attribute name="primarycontactid" />

    <attribute name="telephone1" />

    <filter type="and" >

      <condition attribute="statecode" operator="eq" value="0" />

    </filter>

    <attribute name="accountnumber" />

    <attribute name="address1_postalcode" />

    <attribute name="address1_line1" />

    <attribute name="address1_stateorprovince" />

    <attribute name="new_alternatename" />

    <attribute name="defaultpricelevelid" />

    <attribute name="msdyn_serviceterritory" />

    <attribute name="new_travelbillingpolicy" />

    <attribute name="parentaccountid" />

    <attribute name="new_isparentaccount" />

    <attribute name="accountid" />

  </entity>

</fetch>

*This post is locked for comments

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans