-
Notifications
You must be signed in to change notification settings - Fork 767
SP 11.6 RNs #10468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
SP 11.6 RNs #10468
Conversation
| - We made an improvement to the scheduling of cluster node management actions. | ||
| - The experimental Java API `OqlStatement` to run OQL statements now also supports INSERT INTO SELECT statements to create new objects. | ||
| - We added extra validations for OQL UPDATE statements. For more information, see the [UPDATE Statement](/refguide/oql-statements/#oql-update) section of *OQL Statements* for details. | ||
| - We added support for the following database versions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Runtime bullets with 2 paragraphs below indented
|
|
||
| In general, logic that has primitive parameters can be more easily reused as it is not tied to the domain model. Thus, this feature also improves overall reusability. You can imagine how much easier and faster this makes modeling! | ||
|
|
||
| Additionally, page parameters can now be marked as **Optional** and be given a **Default value** expression. When a parameter is optional, it is not necessary to assign it an [argument value](/refguide/microflow-call/#argument) when opening a page from a button, action, microflow, or nanoflow. Unassigned optional parameters will be set to their default value when the page is opened. Optional parameters make it easy to extend pages, allowing you to add new parameters without the need to update all existing usages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ConnorLand this TODO URL link we had here is not correctly added, we meant this still WIP page: https://github.com/mendix/docs/blob/b8c37e963720ee4e0d57122730f4ae3bbd9a95c2/content/en/docs/refguide/modeling/pages/page/page-parameter.md, so it would be: argument value.
No description provided.