Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Bye-bye X – hello BlueSky!

Don't cry for Twitter, join our BC community on BlueSky!

Like ( 0 )
My journey of becoming an author

The book "Programming Microsoft Dynamics 365 Business Central" is back! Time to reflect how it all began ...

Like ( 0 )
Folding AL code in VS Code

Find out what you can do when your AL code does not fold in VS Code as you expect.

Like ( 0 )
Refreshing AL records using a one-liner

A small discussion for detail enthusiasts: Which AL method to refresh a record is the best?

Like ( 0 )
Docs: What’s new in BC 25 for developers

Summary of all technical changes in Business Central 2024 release wave 2 (BC 25 / runtime 14.0) mentioned in the docs.

Like ( 0 )
Web client issue affecting Help pane and Copilot pane

The Help pane and Copilot pane are unreachable due to the latest Chromium update.

Like ( 0 )
Using GitHub Copilot Chat to manage a large list of AL warnings

Planning to work on a long and converted list of AL warnings, but still a RegEx dummy? GitHub Copilot Chat to the rescue!

Like ( 0 )
Formatting JSON files

There's a good reason to prefer JSON data types over standard codeunits. However, JsonObject.WriteTo() returns an unformatted JSON text file only. How can we format it anyway?