Skip to content

Commit 84e99e7

Browse files
authored
Merge pull request #9337 from Robinfr/ki-max-retrieve-size
Added KI for MaxRetrieveSize
2 parents ebfda1a + 7fea175 commit 84e99e7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

content/en/docs/releasenotes/studio-pro/10/10.20.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "10.20"
33
url: /releasenotes/studio-pro/10.20/
44
description: "The release notes for Mendix Studio Pro 10.20 (including all patches) with details on new features, bug fixes, and known issues."
55
weight: 80
6+
# KI: "`MaxRetrieveSize` runtime setting": UFC-1518
67
---
78

89
## 10.20.0 {#10200}
@@ -112,3 +113,8 @@ This setting is relevant only for apps that:
112113
2. Have users that are marked as web service user, and
113114
3. Have clients accessing published OData and/or REST services using the credentials of one of these web service users,
114115
4. Are unable to delete these web service users and recreate them as regular users.
116+
117+
### Known Issues
118+
119+
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
120+
* Workaround – Change the setting to a number higher than the amount of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)

content/en/docs/releasenotes/studio-pro/10/10.21.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "10.21"
33
url: /releasenotes/studio-pro/10.21/
44
description: "The release notes for Mendix Studio Pro 10.21 (including all patches) with details on new features, bug fixes, and known issues."
55
weight: 79
6+
# KI: "`MaxRetrieveSize` runtime setting": UFC-1518
67
---
78
## 10.21.1 {#10211}
89

@@ -14,6 +15,11 @@ weight: 79
1415

1516
* <a id="fix-installer-certification"></a> We fixed a [known issue](#ki-installer-certification) where the previous installer was not properly digitally signed, which could trigger security warnings from Windows or Microsoft Edge during download and installation.
1617

18+
### Known Issues
19+
20+
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
21+
* Workaround – Change the setting to a number higher than the amount of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)
22+
1723
## 10.21.0 {#10210}
1824

1925
**Release date: March 25, 2025**
@@ -175,3 +181,5 @@ This improvement simplifies widget code. Widget developers no longer need to set
175181

176182
* <a id="ki-installer-certification"></a>The installer for Studio Pro 10.21.0 is not properly signed with the official Mendix code signing certificate. Because of this, Windows/Edge may show warnings or errors when downloading and/or installing this version (depending on your Windows Smart App Control/SmartScreen settings). This issue will be resolved in Studio Pro 10.21.1.
177183
* Fixed in [10.21.1](#fix-installer-certification)
184+
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
185+
* Workaround – Change the setting to a number higher than the amount of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)

0 commit comments

Comments
 (0)