4. November 2015 16:34
Cumulative Update 25 for Microsoft Dynamics NAV 2013 R2 (Build 43391)MSDN-Blogeintrag:
Cumulative Update 25 for Microsoft Dynamics NAV 2013 R2 has been releasedNennenswerte
Korrekturen- If you create a new field with the name timestamp and try to run a report on a table, the Windows client crashes.
- You cannot import Dynamics NAV data when the LinkedObject table property is used.
Neuerungen für die
Schweiz:
Dann noch ein wichtiger Hinweis zu
Web Services:
OData FilteringIf your solution uses OData web services with a combination of filters on $orderBy desc and $top, this results in errors in Dynamics NAV 2015 Cumulative Update 13. To avoid this error, add the following entry to the CustomSettings.config file for the Dynamics NAV Server instance:
- Code:
<add key="EnableODataStrictFiltering" value="false"/>
This disables support for complex filters.