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

14. März 2023 15:50

Steven Renders: How do I: Get Business Central (PDF) Documents in Power Automate?

Stefano Demiliani: Dynamics 365 Business Central 2023 Wave 1 release: hidden AL gems for Power Platform integrations

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

15. März 2023 14:45

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)

18. März 2023 21:59

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)

25. März 2023 14:36

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)

3. April 2023 09:55

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)

5. April 2023 10:47

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
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.

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

12. April 2023 12:41

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)

13. April 2023 10:13

Learn: Create customer-centric onboarding experiences using SignupContext (ab 22.1 geplant)

Marko Saric: How to integrate into a new routine of posting in Business Central version 19

Queries haben in AL 11 aktuell einen Bug bei den Rückgabewerten (Count, Month,Year).
Query Column with Count, Month or Year Method returns None as Data Type

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

19. April 2023 09:21

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)

21. April 2023 14:57

Learn: AL Explorer (ab AL 11)
ALExplorer.png

ALExplorerEvents.png


Stefano Demiliani: Dynamics 365 Business Central 2023 Wave 1 release: overview
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.

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

29. April 2023 08:28

Bert Verbeek: Example of Business Events and Business Central

Natalie: Runtime version vs. application

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

9. Mai 2023 13:22

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)

15. Mai 2023 15:13

A.J. Kauffmann: How to get a reliable xRec

Natalie: Conditional Directives – CLEAN22 demystified

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

20. Mai 2023 12:27

Michael Megel: Building an intelligent assistant with OpenAI as Canvas App

Stefano Demiliani
Dynamics 365 Business Central: Universal Code and Microsoft’s apps problems.
Azure Blob Storage: upload and download latency between Standard and Premium tiers.

Yun Zhu: Dynamics 365 Business Central: How to add Media or MediaSet data type (Pictures) to a report

Dmitry Katson: Food 2 Recipe: Azure OpenAI & Bing Visual Search for Business Central

Waldo: Analyze (the lack of) Partial Records with Business Central Telemetry

Daniel Gorski: JIT Error?

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

24. Mai 2023 20:03

Silviu Virlan: Can You Truly Handle Bulk Communication With Word Templates In Business Central? Find out …

Marije Brummel: Convert Users & Permission from NAV to Business Central

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

31. Mai 2023 13:41

MS Devblogs: Introducing Syntex repository services: Microsoft 365 superpowers for your app

Yun Zhu: How to export data from tables to CSV (comma-separated values) file

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

6. Juni 2023 08:55

Natalie: Deleting enum values

Yun Zhu
How to post document/journal via Power Automate
How to set multi-line text for a Blob Data Type field via AL

Bert Verbeek: Generate Pictures from Azure Open AI in Business Central

Learn: Business Events (Public Preview), ab v22.2 werden Beispielevents mit ausgeliefert

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

13. Juni 2023 11:03

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)

18. Juni 2023 12:52

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)

23. Juni 2023 06:35

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)

26. Juni 2023 14:22

finde die Katzen besser :D
https://http.cat/

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

17. Juli 2023 13:58

MS Blog: Get started with developing generative AI features for Dynamics 365 Business Central

Namespaces sind jetzt in der Preview (ab v.12.0.833374) verfügbar
https://twitter.com/SBalslev/status/1679397796187713536

Stefano Demiliani
Namespaces in AL: now it’s becoming reality
Dynamics 365 Business Central: changes in the default AL runtime version

Natalie
Preventing invalid user input
BC Docs - why should you care

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

19. Juli 2023 13:18

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)

24. Juli 2023 12:24

Natalie: Temporary records for GetSelectionFilter

Daniel Gorski: Filter Token Master | Simplifying Data Filtering with Custom Tokens!

Teddy Herryanto: D365 Business Central : List Data Type

MS Blog: The future of business is here: How industries are unlocking AI innovation and greater value with the Microsoft Cloud

Yun Zhu: Import Multiple Customer Pictures (Customization)

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

1. August 2023 10:16

Alexander Drogin: How scary are table extensions?

Letvidas Cesaitis: Business Central 21, Business Central 22 Breaking changes

Yun Zhu: Rotate and flip picture/image in Dynamics 365 Business Central

Teddy Herryanto : Calculate Dates Based On Working Days

Video vom PowerShell Summit: Optimizing Visual Studio Code for PowerShell, 2023 Edition by Justin Grote