积极答复者
CRM 2011 $select 用法?

问题
答案
-
参考SDK的说明:
Each time that you retrieve records, only the top 50 records in your query are returned. If there are more than 50 records, there will be a <next> node in XML or a JSON __next property at the end of the result set. You can use the URL defined as a property of that node to continue with the next set of records. The URL contains a $skiptoken parameter that provides information about the paging boundary.
- 已标记为答案 王红福 2011年5月18日 23:39
全部回复
-
参考SDK的说明:
Each time that you retrieve records, only the top 50 records in your query are returned. If there are more than 50 records, there will be a <next> node in XML or a JSON __next property at the end of the result set. You can use the URL defined as a property of that node to continue with the next set of records. The URL contains a $skiptoken parameter that provides information about the paging boundary.
- 已标记为答案 王红福 2011年5月18日 23:39