Using the CRM SDK to retrieve multiple records in C#.net
December 24, 2008 – 4:57 pmUpon first using the CRM sdk webservices a couple of years ago I realize that it is now a staple of the work that I do. It makes customizations and communications with other business areas efficient and easy to develop.
Looking back I remember one of the first hurdles I had to over come was to develop and understanding of the businessEntityCollections, the query expression object and all the other components of a retrieveMultiple Method. Having a background in SQL helped a great deal in understanding this system and I will use an example of a SQL query to get us started. Read the rest of this entry »