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

8. August 2023 20:59

Tobias Fenster: Generate your own Business Central API client with Kiota

Yun Zhu
How to get the format, size, width and height of the picture/image
Automatically create a new customer when receiving an email via Power Automate (No customization)

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

11. August 2023 09:31

Nach viel sorgenvollem Feedback von Partnern bzgl. der neuen Möglichkeit für User in 23.x, alle Felder einer Tabelle anzuzeigen, kommt ein neues Property für Tabellenfelder AllowInCustomizations, um das bei der Entwicklung (Tables und Tableextensions) steuern zu können.
Stefano Demiliani: Dynamics 365 Business Central: introducing the new AllowInCustomization field property

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

16. August 2023 14:50

Learn: Generating help with the ALDoc tool (noch in Preview, Bugfix gestern für "No TableOfContent when there are no namespaces and no subfolders")

Yun Zhu: How to allow Open in Excel but not Edit in Excel (Prohibit the use of Edit in Excel)

Tobias Fenster: Docker Desktop resource saving got an amazing improvement

Learn: Supported HTTP Methods (mit neuen Beispielen für AL)

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

31. August 2023 06:50

MS plant Verbesserungen beim Umgang von veralteten Features (Deprecated,Obsolete) und Jesper Schulz-Wedde bittet um Feedback: Looking for feedback from all Business Central developers!

Yun Zhu
Cc and Bcc in Email Editor – Set default Cc and Bcc
Can we access the standard internal table/field (Access Property = Internal) via AL???

Teddy Herryanto: Use AppSourceCop to Detect Breaking Changes

Alberto Sobén: How To Connect To External APIs From Business Central (HTTP Request)

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

5. September 2023 13:56

Duilio Tacconi: About Job Queue vs many Companies in SaaS

Ab morgen werden alle Apps bei MS gegen BC 23 validiert.
https://www.yammer.com/dynamicsnavdev/# ... 3317343232
Schalter für Skripte -validateNextMajor : How to use Run-AlValidation
Alternativ online: https://aka.ms/readyfornextmajor?appid=<yourappid>

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

8. September 2023 16:06

Mads Gram: Tri-state locking (Option ab BC 23 im Feature Management)

Natalie: BC Docs: Search vs. Filter by title

Volodymyr Dvernytskyi: Universal http SendRequest() method. Multipart form data

Waldo: Analyzing Deadlocks in Business Central with Telemetry

Duilio Tacconi: Time (and Data) datatype vs Web Services in SaaS

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

18. September 2023 12:30

Alfredo Iorio: All About Drop Shipments

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

21. September 2023 11:30

Yun Zhu
(BC23): New supported types for Variant Data Type – List Data Type and Dictionary Data Type
(BC23): Use SecretText type to protect credentials and sensitive textual values from being revealed (New SecretText type)
(BC23): Add a new FieldGroup (Brick & DropDown) to an existing table
(BC23): Get list of companies using Business Central connector in Power Automate (List companies action)

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

22. September 2023 10:20

Ab BC 23 werden alle Table Extensions in einer Companion Table zusammengefasst.
Learn: Better performance when working with multiple extensions
Waldo: Business Central vNext (v23) – The “new data model”
Stefano Demiliani: Dynamics 365 Business Central 2023 Wave 2 release: measuring the impact of the new data structure
Duilio Tacconi: A new data model for Table Extension: the talk of the town

Natalie: STATUS_ACCESS_VIOLATION in BC web client (durch aktuelle Updates bei Edge und Chrome)

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

28. September 2023 08:49

Duilio Tacconi: 2026 Wave 1: Cleaning out the closet

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

28. September 2023 11:09

Ist ja eigentlich wichtig aufzuräumen.
Ich bin aber mal gespannt, wie viele Systeme denen beim Update um die Ohren fliegen, weil irgendjemand da mal wieder alten Code drin hat, weil er den für Updates noch benötigt.
Außerdem wird das für die Schreiber von Update Routinen interessant werden, die dann für jede BC- Version eigene Updates schreiben müssen, weil Variablen nicht mehr da sind.

Gruß Fiddi

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

5. Oktober 2023 13:58

Yun Zhu hat das neue Data Model gleich mal mit 5 Extensions für Tabelle Customer ausprobiert.
(BC23): New Data model for table extensions (Better performance when working with multiple extensions)

Teddy Herryanto: Conditional Breakpoint on Debugging

Duilio Tacconi: The new table extension model: the storage side

Roberto Stefanetti: Business Central Reservation Worksheet/

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

7. Oktober 2023 07:42

Dominykas Milius: The Building Blocks of AL’s HTTP Integration in Dynamics 365 BC

Duilio Tacconi: Road to version 23. Some data from the field.

Learn: User experience guidelines for errors

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

13. Oktober 2023 09:30

Duilio Tacconi: SEARCH in lists : the silent killer.

Yun Zhu
Can we access global variables from page extensions or table extensions? Yes, But……
(BC23): Add option to specify tooltips for Notification/ErrorInfo actions (AddAction supports tooltips)

Learn: Extending e-documents functionality

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

20. Oktober 2023 13:07

Duilio Tacconi: In-client designer strikes back

Yun Zhu
(BC23): New Record.SetBaseLoadFields() Method
GitHub Copilot Chat

Natalie: VS Code extensions for AL: Feature overview

NAV Translator
https://mibuso.com/downloads/nav-translator
https://github.com/vlkozl/NavTranslator/blob/main/README.md

Bug in AL 12: AL extension Preview release loses semantics on Enum values if AsInteger has no parentheses #7477

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

24. Oktober 2023 12:46

Falls jemand OnPrem die Telemetriedaten vermisst :roll:.
https://twitter.com/waldo1001/status/17 ... OvvWw&s=09

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

27. Oktober 2023 14:52

Für die direkte Integration von KI mittels Copilot : Neuer Page Type PromptDialog und Image Sparkle
Im AL Changelog bei Version 12.2

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

30. Oktober 2023 10:26

Neu: App Update Cadence im Admin Center: Update installed apps with environment updates. Optional können damit zusätzlich zu den Major Updates nun auch Minor Updates mit eingeschlossen werden.

Duilio Tacconi: A simple case of modern troubleshooting with telemetry.

Natalie: Collecting errors and the Error Messages page

Alberto Sobén: How To Access Admin Center API In Business Central

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

6. November 2023 20:49

Natalie: Business Central is open source!

Repo: https://github.com/microsoft/BCApps

Vjeko: Directions EMEA 2023 demo – decoupling base app

Tweetthread von Jesper Schulz-Wedde auf der Directions EMEA 2023 in Lyon:
Tag 1
Tag 2
Tag 3

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

7. November 2023 14:23

Stefano Demiliani: Dynamics 365 Business Central: is my on-premises customer ready for SaaS?

Duilio Tacconi: Outgoing Web Service telemetry. A practical example.

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

9. November 2023 17:09

Natalie: Times in BC – you didn’t know that!

Dominykas Milius: Introduction to Testing Dynamics BC Requests with Postman

Yun Zhu
How to quickly check if the current company is a demo company
Maximum number of columns per table in Dynamics 365 Business Central

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

14. November 2023 09:47

.NET 8 Release heute:
Learn: What's new in .NET 8
What's new in .NET MAUI for .NET 8

Duilio Tacconi: Open In Excel can lead to a high-locking scenario.

Erster Pull Request bei GitHub für die neue Business Foundation Layer: Introducing new Business Foundation layer - No. Series

Alberto Sobén: Code Analyzers Full Guide For Business Central

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

20. November 2023 15:36

Stefano Demiliani: Dynamics 365 Business Central: automate the telemetry setup.

Alexander Drogin: Top 5 AL mistakes that undermine performance

Alberto Sobén
How To Handle Media Types Like A Pro In Business Central
What Are Bound Actions In Business Central APIs

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

22. November 2023 16:21

Stefano Demiliani: “Decoupling”: the mysterious word for many Dynamics 365 Business Central partners.

AL News: Are you looking into creating generative AI solutions for Business Central?

Videos und Präsentationen: Launch Event, Directions

Learn: Call web services with AL Rest Client module

Gabriele Grinyte (Simplanova): Business Central 23 Breaking Changes

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

30. November 2023 01:04

Stefano Demiliani: Dynamics 365 Business Central: Copilot, Azure OpenAI and real-world enterprise usage

KI: Ab BC 24 (in Preview ab BC 23.3 verfügbar) Conversational Chat mit Copilot: Transform the way work gets done with Microsoft Copilot in Dynamics 365 Business Central

Alfredo Iorio: Process Sales Return Orders

Waldo: A BC Telemetry story … Monitor your Telemetry Usages!