Dear Communities,
I want to retrieve all account records GUID using with fetchXML.
I can able to get total records count in XRM toolbox but it retrieve 5K record GUID only.
Is there any option to get all accounts records guid?
FetchXMl i used:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="account">
<attribute name="accountid" />
<order attribute="accountid" descending="false" />
</entity>
</fetch>
Thanks & Regards,
Dan









