[gard]
With CRM 4.0 and Microsoft CRM 2011 there is a default limit for the number items that can be retrieved when making various types of web service calls into the CRM.
Typically this limit is set to 5000 but with some types of calls it will return 7000. In any case, the process to remove the limit and set it to 20,000 is very easy.
On the server running CRM
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then select the following registry subkey:HKEY_LOCAL_MACHINE\Software\Microsoft\MSCRM
- On the Edit menu, point to New, and then click DWORD Value.
- Type TurnOffFetchThrottling, and then press ENTER.
- Right-click TurnOffFetchThrottling, and then click Modify.
- Type a number other than 0 in the Value data box, and then click OK.
Note Step 6 lets you retrieve the number of records specified in the Count attribute of your fetch statement. - On the File menu, click Exit.
You just saved me from writing some unneccesary code bru thanks
No problem.
This is causing an error on CRM 2011 UR11: http://support.microsoft.com/kb/2748933
The error is “CrmException: A non valid page number was received: 0”
Hi,
Very interesting so how to do it with crm online.??
EntityCollection list_contacts = service.RetrieveMultiple(new FetchExpression(fecthContactsActifs));
5000 ONLY RETRIEVED while i got more
Thank u for you answer.;;;???
No solution online. Sorry!
What if i want to do this for a single entity in MSCRM 2013
You can’t. It is solution wide.
Hi
Please let me know will this effect to Quick Find view
Thank you in advance.
Suraj
It should not.