Skip to content

Commit 79065db

Browse files
authored
Merge pull request MicrosoftDocs#1051 from satishreddyv/patch-5
maxPageSize does not describe that if you pass a value higher than 50… closes #1050
2 parents d500f44 + c1b6103 commit 79065db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/retrieveMultipleRecords.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ search.app:
5656
<td>maxPageSize</td>
5757
<td>Number</td>
5858
<td>No</td>
59-
<td><p>Specify a positive number that indicates the number of entity records to be returned per page. If you do not specify this parameter, the default value is passed as 5000.</p>
60-
<p>If the number of records being retrieved is more than the specified <code>maxPageSize</code> value, <code>nextLink</code> attribute in the returned promise object will contain a link to retrieve the next set of entities. </td>
59+
<td><p>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.</p>
60+
<p>If the number of records being retrieved is more than the specified <code>maxPageSize</code> value or 5000 records, <code>nextLink</code> attribute in the returned promise object will contain a link to retrieve the next set of entities. </td>
6161
</tr>
6262
<tr>
6363
<td>successCallback</td>

0 commit comments

Comments
 (0)