Skip to main content

Notifications

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Queries for report datasets

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...

Tonya 16
Like ( 0 )
#HumpDayHacks – Copilot Edits in VS Code

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...

Tonya 16
Like ( 0 )
What are Queries, and why should we use them

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...

Tonya 16
Like ( 0 )
UsageCategory: what is it, and why is it important

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...

Tonya 16
Like ( 0 )
Get Started Developing for BC: Your first AL Project

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...

Tonya 16
Like ( 0 )
Get Started Developing for BC: How to connect to a Docker container

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...

Tonya 16
Like ( 0 )
#HumpDayHacks – Attach Debugger to this Session

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...

Tonya 16
Like ( 0 )
#HumpDayHacks – Search

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 ...

Tonya 16