Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
LikeLike (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 14
LikeLike (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 14
LikeLike (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 14
LikeLike (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 14
LikeLike (0)
The comprehensive guide to using Business Central Excel Report Metadata with refre...

Excel Reports are extremely useful when you need a detailed dataset. They not only provide a denormalized dataset, but also facilitate the creation of meaningful data connections, pivot charts, visualizations and more. A notable drawback has been ...

Tonya 14
LikeLike (0)
CanGrow Property on Reports

When working with RDLC report layouts, there are many different properties available to aide in customization. This blog post will focus on CanGrow and how we can use it to expand to display all of its contents, or restrict its size. CanGrow is a ...

Tonya 14
LikeLike (0)
Labels in Business Central Development

Labels are string constants that can be translated into multiple languages. They can be used for things like captions, descriptions, questions, error messages, or other text constants. Labels have a specific syntax, which includes a text constant,...

Tonya 14
LikeLike (0)
Working with the Date table in Business Central

If you are working with reports that need to display dates in chronological order, you might be tempted to create a separate table just for that purpose. For example you might want to show the actual and planned production output for each day, wee...

Tonya 14