Is it possible to only return the top 1 record in a QueryExpression? like you can in FetchXML, if so how :)
Thanks
Pete
Hi,
Have you tried this..
pagequery.PageInfo.Count = fetchCount;http://stackoverflow.com/questions/15609196/retrieve-top-five-opportunities-from-crm-using-c-sharphttp://msdn.microsoft.com/en-us/library/gg327917.aspx
pagequery.PageInfo.Count = fetchCount;
http://stackoverflow.com/questions/15609196/retrieve-top-five-opportunities-from-crm-using-c-sharp
http://msdn.microsoft.com/en-us/library/gg327917.aspx