August 13, 2024
If you want to page query results in dynamics CRM then the recommended way is paging cookies: http://msdn.microsoft.com/en-gb/library/cc151070.aspx Sounds straightforward, we get a paging cookie back on each resultset, and we simply add this to our request for the next page. What doesn’t seem well documented is that these paging cookies do not work for a lot of queries, even though they are returned on the first page. Let’s set up a simple example to demonstrate this. First we will […]



