CRM Experts,
I would like to retrieve all records out of the products table. I know that CRM retrieves a maximum of 50 records at a time and i know there is sample code in the SDK that shows how to get more records but they are passing a value each time. I'm using
Silverlight C#.
Here is my question:
1. How do you determine the number of records that are in the table using the OData service? Is it even possible? If not what is the best way to find the total number of records in my product table? Is the "All()" method supported
at all?
Help please.