Cumulative Update 05 für NAV 2018

7. Mai 2018 08:13

Im Downloadcenter: Cumulative Update 05 for Microsoft Dynamics NAV 2018
KB-Artikel: Cumulative Update 05 for Microsoft Dynamics NAV 2018 (Build 21836)
Blogartikel: Cumulative Update 05 for Microsoft Dynamics NAV 2018 has been released

Application hotfixes (Auswahl)
  • 259108 Rapid Start services do not handle tables which include fields that have the property ObsoleteState=Removed.

Local application hotfixes
Austria
  • 265358 There is insufficient demo data for bank accounts in the Austrian version.
DACH (Auswahl)
  • 264720 Item attributes are not copied when you use the Copy Item function in the database in the DACH version.

Re: Cumulative Update 05 für NAV 2018

7. Mai 2018 09:42

Wichtigste und längst überfällige AL Änderungen:
"Temporary DataItems in reports do not work as expected with Extensions V2."
"Sequence contains no matching element" error message between dependent Extensions V2." << endlich geht es \o/

Re: Cumulative Update 05 für NAV 2018

14. Mai 2018 14:33

Passend (?) zu folgendem Platform hotfix
  • 263722 GETVIEW returns non valid FILTER statements if a text parameter contains wildcard characters.
gibt es in der CustomSettings.config ab jetzt den neuen Key QuoteLiteralTextFiltersWithCaseInsensitivityOperator (beeindruckender Name):
Code:
  <!--
    Whether the case insensitivity operator ('@') should be ignored through quoting in literal string filters.
    This allows for example the setting and getting of a page view with a record filter whose value starts with the '@' symbol.
  -->
  <add key="QuoteLiteralTextFiltersWithCaseInsensitivityOperator" value="true" />

Lizenzupdate erforderlich

15. Mai 2018 08:38

Das CU05 brachte die neue GDPR-bezogene Tabelle 2000000159 "Data Sensitivity". Ist eure (Kunden)Lizenz nicht aktuell, führt das zum Fehler:
You do not have permission to read the 'Data Sensivity' Table.

Re: Cumulative Update 05 für NAV 2018

15. Mai 2018 09:29

Natalie hat geschrieben:QuoteLiteralTextFiltersWithCaseInsensitivityOperator (beeindruckender Name)
Sollte eigentlich
Code:
QuoteLiteralTextFiltersWithCaseInsensitivityOperatorInventedByMicrosoftProposedByCarsten
heißen, wurde aber so nicht akzeptiert ;-)

  • Default (without config) means new behavior,
  • default setting in DVD config: new behavior
  • Setting switch to false: old behavior

Tritt übrigens auf (sofern die Beschreibung nicht ganz klar ist), wenn man beispielsweise ein Textfeld mit '@' filtert und dann folgendes tut:
Code:
Rec.SETVIEW(Rec.GETVIEW())

Nachtrag für AL

18. Mai 2018 08:10

Nachtrag im Blogartikel
AL Development for Dynamics 365 Business Central
For information about how to develop extensions for Dynamics 365 Business Central see AL Development for Dynamics 365 Business Central
For download of the corrected ModernDev AL VSIX extension see the download link.