dynamics crm 2011 - Retrieve top five opportunities from CRM using C# -


i have written code retrieving opportunity entity dynamics crm, there way can retrieve top 5 entities based on revenue ?

in query expression can set

queryexpression.pageinfo.count = 5; 

don't forget put specific order, in fetchxml can set that:

<fetch mapping="logical" count="0" version="1.0"> 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -