When we talk about reporting and analytics it’s no longer just the world of RDL
and Word Report layouts or Power BI. We have Excel Report layouts, Ad-hoc Data
Analysis with queries and page Analyze Data feature. This blog post will focus
on how to...
The new October, 2024 release for Visual Studio Code is pretty magnificent for
Business Central Developers. ✨ This blog post is going to be dedicated to
working with Copilot Edits in VS Code. Copilot chat now has it’s own pane on the
right-side of...
A query object is used to collect and read data from Business Central. The data
will always be retrieved from SQL, meaning that you may not get the dynamic data
that is currently in the middle of being processed. What makes a query object
more pow...
When using templates to create AL objects for MicrosoftDynamics 365 Business
Central, there are often many properties that are listed by default. If they are
part of a template, then they must be important. So one question I had from new
developer...
So you want to develop custom code for Microsoft Dynamics 365 Business Central?
The code for BC is written in AL, which stands for “Application Language”, and
is a specific language only used for Business Central. To start writing AL code,
you nee...
You have an AL project that you want to work on within your new container. How
exactly do you connect your code to your container BC instance? It’s pretty
easy! Within your AL Project you should have a .vscode folder, with a file
called launch.jso...
Have you ever been walking through a process in Business Central, and realize
you want to debug, but don’t want to wait to publish, and get back to the exact
spot where you were testing something? Or for some reason you were debugging
something, a...
Guess what day it is?! 🐫 Time for some more #HumpDayHacks, brought to you in
part by Copilot. If you are working in Business Central version 24, you may have
accidently clicked the Copilot button instead of the Search 🔎 If you are really
set on ...