Seite 19 von 21

Re: What's New für Entwickler (mit VS Code)

Verfasst: 14. März 2023 15:50
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 15. März 2023 14:45
von Kowa
Neue Parameter in settings.json.
al.backgroundCodeAnalysis
al.outputAnalyzerStatistics

Yun Zhu: Business Central 2023 wave 1 (BC22) new features: Improved compiler resource handling and faster code analyzers

Brad Prendergast: Microsoft Dynamics 365 Business Central – Create a New Company

Ab 22.x. erhalten Cronuslizenzen volle Berechtigungen auf alle Objekte (RIMDX permissions on all objects in 1-99.999.999), nur die Datumsbeschränkungen beim Buchen (Monate November bis Februar) bleiben bestehen. https://www.yammer.com/dynamicsnavdev/t ... 4757232640
Nachtrag: https://twitter.com/jesperschulz/status ... XdC47CM2Og

Erik Hougaard:We really need namespaces in AL

Re: What's New für Entwickler (mit VS Code)

Verfasst: 18. März 2023 21:59
von Kowa
Webinar zu RegEx nächsten Montag 16:00-17:00 mit David Feldhoff
https://attendee.gotowebinar.com/regist ... 9303677964
https://twitter.com/feldhoffdavid/statu ... XdC47CM2Og

Podcast mit Jens Møller-Pedersen and Kennie Nybo Pontoppidan - How the BC backlog is managed
https://podcast.tobiasfenster.io/2032825/12459585

PDF: We are developers! (Frühjahr 2023)

Re: What's New für Entwickler (mit VS Code)

Verfasst: 25. März 2023 14:36
von Kowa
Das Database Isolation Level (ReadIsolation, IsolationLevel) kann ab BC 23 in AL am Record Datatype eingestellt werden, und als Vorgabe wird ab dieser Version das neue Level ReadCommitted verwendet.
Control database locking behavior
https://twitter.com/kennienp/status/1637692958148272128?s=61&t=f-wPH8uW31cpXdC47CM2Og

CurrReport.Language wird durch CurrReport.FormatRegion := CultureName ergänzt.
https://twitter.com/kennienp/status/1638768890728660992?s=61&t=f-wPH8uW31cpXdC47CM2Og

Natalie: The copy method on temporary records

Krzysztof Bialowas: MSDyn365BC Developer of the future

Bert Verbeek: Creating proxy tables through the UI of Business Central

Alberto Sobén Celada: How To Create A Beautiful Role Center In Business Central?

Extension für VSC: Paste JSON to AL Tables

Interview mit Kennie Pontoppidan: https://www.dynamicssmartz.com/influencer-insights/influencer-insight-kennie-nybo-pontoppidan.php

Re: What's New für Entwickler (mit VS Code)

Verfasst: 3. April 2023 09:55
von Kowa
Aus bspw. ‘OnAfterConfirmPost’ wird OnAfterConfirmPost bei den Parametern und schon klappt es mit der Navigation im Quellcode mittels Go to Definition,Go to References usw.
Yun Zhu: Business Central 2023 wave 1 (BC22) new features: Event navigability

Learn: Features becoming mandatory in 2023 release wave 1

Erstellung von Extensions V2 für Dynamics NAV 2018

Re: What's New für Entwickler (mit VS Code)

Verfasst: 5. April 2023 10:47
von Kowa
Pre-Release für AL Version 12 verfügbar.
Yun Zhu: Business Central 2023 wave 1 (BC22): Pre-release version of AL Language extension
AL12PreRelease.png

Statt wie bisher nur als AL Language nun auch umgetauft AL Language extension for Microsoft Dynamics 365 Business Central.
Ab 4.0.16 auch beim BCContainerhelper als neuer Parameter dabei: https://github.com/microsoft/navcontainerhelper/blob/master/ReleaseNotes.txt
Man kann dann notfalls auch wieder zurück auf die Releaseversion wechseln :mrgreen: .

Stefano Demiliani: Dynamics 365 Business Central 2023 Wave 1 and the new CRONUS license: what you need to know.

Erik Hougaard: What’s new in BC AL 2023 Wave 1, The Hacker Edition

Re: What's New für Entwickler (mit VS Code)

Verfasst: 12. April 2023 12:41
von Kowa
Dateihandling für On-Premises bei App mit Target Cloud (bei Zwang zu Universal Code o.ä. Bredouillen :roll: )
BC OnPrem functions with Cloud Scope extensions
https://github.com/SzabolcsGyorke/BCCloudScopeOnPrem

Plattformübergreifende Entwicklung (iOS, Android, macOS, Windows) von Apps auf Desktop- und Mobilgeräten mit C#.
MS: .NET Multi-platform App UI (.NET MAUI) mit XAML

Yun Zhu
(BC22) Iterating with foreach on Text variables
(BC22) Better InStream support (InStream.Length & InStream.Position)

Re: What's New für Entwickler (mit VS Code)

Verfasst: 13. April 2023 10:13
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 19. April 2023 09:21
von Kowa
Auch die immer vorhandene Dependency einer App auf die Base Application wird bei Get-NAVAppInfo jetzt ausgeworfen, kann ggf. weggefiltert werden.
Waldo: Get-NAVAppInfo gives different results in v22

Learn: Refactor Integration Management (BC 22.0)
The following list contains objects that will be removed in 2023 release wave 1.
table 5151 "Integration Record"
table 5152 "Integration Record Archive"
table 5377 "Ext Txt ID Integration Record"
codeunit 5150 "Integration Management"
codeunit 5151 "Integration Service"
codeunit 5515 "Integration Management Setup"


Zertifizierungen für Entwickler sollen wieder kommen: https://twitter.com/JesperSchulz/status ... 7584900099
und weitere Screenshots von der DirectionsNA: https://twitter.com/JesperSchulz/status ... 4709543936

Re: What's New für Entwickler (mit VS Code)

Verfasst: 21. April 2023 14:57
von Kowa
Learn: AL Explorer (ab AL 11)
ALExplorer.png

ALExplorerEvents.png


Stefano Demiliani: Dynamics 365 Business Central 2023 Wave 1 release: overview

Re: What's New für Entwickler (mit VS Code)

Verfasst: 29. April 2023 08:28
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 9. Mai 2023 13:22
von Kowa
Die aktuelle VSC Version 1.78 verursacht Probleme mit dem Debugger.
Ggf. wieder auf 1.77.3 zurückwechseln :greenarrow: https://update.code.visualstudio.com/1.77.3/win32-x64/stable
https://github.com/microsoft/AL/issues/7388
https://github.com/microsoft/vscode/issues/181485
Im VSC Insider Build soll morgen dazu ein Fix erfolgen. :greenarrow: https://code.visualstudio.com/insiders/
Meldung derzeit in VSC in AL: Home
2023-05-09 AL debugger and snapshot capture doesn't work in Visual Studio Code v1.78
The Visual Studio Code v1.78 update contained a change that has impacted debugging for multiple different Visual Studio Code extensions, including AL.
The impact of this is that the debugger stops at the first breakpoint and then hangs.
On the AL side, the issue is tracked by microsoft/AL/issues/7388.
Visual Studio Code is currently in the process of reverting the cause, tracked by microsoft/vscode/issues/181485. They expect that the change will be in the Insider build on Wednesday May 10th, and that there will be a fixed v1.78.1 by the end of the week.
In the meantime, the Visual Studio Code team recommends that you downgrade to Visual Studio Code v1.77.3 and turn off automatic upgrades for Visual Studio Code, by adding "update.mode": "manual" (or none) to your settings.

Nachtrag: :greenarrow: Patch dazu in 1.78.2


Tech Community: Universal Print or unlimited print?
What’s new in Windows 11 for Universal Print

Re: What's New für Entwickler (mit VS Code)

Verfasst: 15. Mai 2023 15:13
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 20. Mai 2023 12:27
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 24. Mai 2023 20:03
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 31. Mai 2023 13:41
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 6. Juni 2023 08:55
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 13. Juni 2023 11:03
von Kowa
Learn: Hotfixing an AppSource app

Announcing C# Dev Kit for Visual Studio Code
Extension: C# Dev Kit (noch in Preview)

Teddy Herryanto: Copy Report Including Layout using AL Navigator

Flows gehen es eher gemütlich an und verweigern sonst die Arbeit.
Stefano Demiliani: Power Automate and multiple record changes limitation
If more than 100 records are created or changed within 30 seconds, the flow won’t be triggered.


Yun Zhu
Method Commit Behavior (CommitBehavior Attribute)
Search data from multiple tables simultaneously (No Customization)

Stefan Maroń
My journey to Linux
AL Language Linux patcher

James Pearson: Tip: Out-ExcelClipboard in PowerShell

Re: What's New für Entwickler (mit VS Code)

Verfasst: 18. Juni 2023 12:52
von Kowa
Neue Extension für VSC: AL Packages
Download von Symbols und Artifacts für alle Länder aus den offiziellen Repos von MS (ab Version 9 aufwärts).

Video von Dynamics Corner: The AL compiler in depth (Interview mit Steffen Baslev), auch als Podcast als Episode 220.

Yun Zhu: How to encode and decode URL/HTML (UrlEncode, UrlDecode, HtmlEncode, and HtmlDecode)

Re: What's New für Entwickler (mit VS Code)

Verfasst: 23. Juni 2023 06:35
von Kowa
Umfrage von MS: Business Central Development Survey

Tipp aus der API Session von den TechDays :-)
https://httpstatusdogs.com/

Bcility: Reimplementation Cheat Sheet (PDF)

Re: What's New für Entwickler (mit VS Code)

Verfasst: 26. Juni 2023 14:22
von sweikelt
finde die Katzen besser :D
https://http.cat/

Re: What's New für Entwickler (mit VS Code)

Verfasst: 17. Juli 2023 13:58
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 19. Juli 2023 13:18
von Kowa
AL Preview 12.0.836604 kommt erstmals mit Support für Linux.
https://twitter.com/SBalslev/status/1681614800449675264

Re: What's New für Entwickler (mit VS Code)

Verfasst: 24. Juli 2023 12:24
von Kowa

Re: What's New für Entwickler (mit VS Code)

Verfasst: 1. August 2023 10:16
von Kowa