Hi All,
Is there any Limitation of Aggregate Fetch XML Call in CRM Online? The issue i am facing is that when I am executing a FetchXML(the fetch query contain an aggregate attribute) I am only getting 5000 records but result collection has more than 5000 records .
I have tried to solve the problem using paging, but the value for returnCollection.MoreRecords is false even if there are more than 5000 records in the collection .
I have tested my code with a fetch without aggregation and in this case I can get more than 5000 records with paging.
*This post is locked for comments