Skip to content
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

Update whats-new-platform-updates-10-0-25.md #3804

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more information about how to use Feature management, see [Feature managemen
| Web client | <p>**Improved sort support for grouped grids**</p><p>When a user has grouped data in a grid by one or more columns, sorting on a non-grouped column will now leave the grouping intact and will sort the data inside each group based on the selected column</p> | [Grid capabilities](../../fin-ops/get-started/grid-capabilities.md#sorting-grouped-data) | Default for the **Grouping in grids** feature in Feature management |
| Developer tools | <p>**Opt out individual grids from *Typing ahead of the system***</p><p>For forms with coding patterns that do not work well with the *Typing ahead of the system capability* of the new grid, developers can now opt out of an individual grid from asynchronous row validation and back to the legacy synchronous behavior.</p> | [Grid capabilities](../../fin-ops/get-started/grid-capabilities.md) | Developer opt-in |
| Developer tools | <p>**X++ unit testing with different values**</p><p>X++ unit tests can now take advantage of the SysTestRow attribute to re-use a test method with multiple different values.</p> | [SysTestRow attribute for testing multiple values](../perf-test/systest-row.md) | Default |
| Developer tools | <p>**Run custom X++ scripts with zero downtime**</p><p>This feature lets you upload and run deployable packages that contain custom X++ scripts without having to go through Microsoft Dynamics Lifecycle Services (LCS) or suspend your system. Therefore, you can correct minor data inconsistences without causing any disruptive downtime.</p> | [Run custom X++ scripts with zero downtime](../deployment/organization-administration/run-custom-scripts.md) | Default |
| Developer tools | <p>**Run custom X++ scripts with zero downtime**</p><p>This feature lets you upload and run deployable packages that contain custom X++ scripts without having to go through Microsoft Dynamics Lifecycle Services (LCS) or suspend your system. Therefore, you can correct minor data inconsistences without causing any disruptive downtime.</p> | [Run custom X++ scripts with zero downtime](../deployment/run-custom-scripts.md) | Default |
| Developer tools | <p>**Saved views support for custom filters**</p><p>New APIs are available to allow custom filters to work more seamlessly with saved views. Specifically, custom filters can now trigger a view definition to be marked as having unsaved changes, and custom filter controls can listen for system changes to the query to ensure the control value stays in sync with the query.</p> | [Building forms that fully utilize saved views](../user-interface/understanding-saved-views.md) | Developer opt-in |
| Developer tools | <p>**Opt out individual forms from saved views**</p><p>For forms with coding patterns that are not conducive to saved views, developers can now opt out of an individual form of saved views support. This will mean that no view selector is available on the form and there will be no publish capabilities.</p> | [Building forms that fully utilize saved views](../user-interface/understanding-saved-views.md) | Developer opt-in |

Expand Down