- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
编辑 2
这是一个微软的错误。我的 CRM 最近更新,查询现在按预期执行
Server version: 9.1.0000.21041
Client version: 1.4.1144-2007.3
Server version: 9.1.0000.20151
Client version: 1.4.1077-2007.1
Specify a positive number that indicates the number of entity records to be returned per page. If you do not specify this parameter, the value is defaulted to the maximum limit of 5000 records.
If the number of records being retrieved is more than the specified maxPageSize value or 5000 records, nextLink attribute in the returned promise object will contain a link to retrieve the next set of entities.
Xrm.WebApi.retrieveMultipleRecords('account', '?$select=name', 20).then
(
result => console.log(result.entities.length),
error => console.error(error.message)
);
filter
或 expand
表达式 maxPageSize
是 20 最佳答案
关于dynamics-crm - 如何将 "maxPageSize"与新的 Xrm.API 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63113699/
我是一名优秀的程序员,十分优秀!