Guys i would like to get total aggregate records count using fetch XML if records having more than 50,000 for online instance only, please suggest how to get.
I have tried using below fetch XML
<fetch distinct='false' mapping='logical' aggregate='true'>
<entity name='ma_externalactions'>
<attribute name='ma_externalactionsid' alias='ResultCount' aggregate='count'/>
</entity>
</fetch>
but i am getting error "Maximum limit is exceeded record. Reduce the number of records" .
Table name: ma_externalactions
Available Records : 75000 +
Please suggest.
*This post is locked for comments
I have the same question (0)