Skip to content

Business Central Geek

Microsoft Dynamics 365 Business Central blog for developers and consultants

  • Home
  • Article List
  • Products
  • About me

Article List


  • 8 Ways ChatGPT Can Improve Business Central02/02/2023
    ChatGPT has become very popular because it has shown that its possibilities are endless. Now that it has been around
  • How To Create Tables In Business Central26/01/2023
    Tables are the foundation of Microsoft Dynamics 365 Business Central. They are essential for organizing and storing data. There are
  • 5 Tools To Improve The User Experience In Business Central12/01/2023
    Users are always interacting with pages and dialogs in Business Central. In this post, you will learn about 5 built-in
  • How To Use ChangeCompany Function In Business Central05/01/2023
    Microsft Dynamics 365 Business Central allows having multiple companies in the same tenant. In this article, you will learn what
  • 3 Ways To Handle Errors In Business Central29/12/2022
    When coding in AL, there are certain times when we need to avoid errors from stopping a specific process. So
  • The Emoji Progress Bar For Business Central15/12/2022
    There are certain times in Microsoft Dynamics 365 Business Central when users must wait for a process to finish. A
  • 5 Ways To Send An Email In Business Central08/12/2022
    Sending emails is a basic functionality every company uses in Microsoft Dynamics 365 Business Central. In this article, you will
  • How To Use RecordRef, FieldRef, And KeyRef In Business Central01/12/2022
    RecordRef is a powerful tool that you can learn to level up your coding skills in Microsoft Dynamics 365 Business
  • Passing By Value Or By Reference In Business Central17/11/2022
    As in other programming languages, in AL we can pass a variable by value or by reference. In this short
  • How To Use Isolated Storage In Business Central10/11/2022
    Isolated Storage is a useful feature to keep your secrets secure in Microsoft Dynamics 365 Business Central. In this article,
  • Master InStream And OutStream In Business Central03/11/2022
    In this article, you will learn what are InStream and OutStream data types. How not to get confused by the
  • How To Use A Dictionary In Business Central27/10/2022
    Dictionaries can be a useful tool for developers in Microsoft Dynamics 365 Business Central. In this post, you will learn
  • Introduction To The List Data Type In Business Central20/10/2022
    The list data type can be useful in specific situations when coding in Microsoft Dynamics 365 Business Central. In this
  • How To Use Media Data Types In Business Central?13/10/2022
    In Microsoft Dynamics 365 Business Central we can use Media and MediaSet Data Types to store images, or other types
  • How To Create A Beautiful Role Center In Business Central?06/10/2022
    In Microsoft Dynamics 365 Business Central the Role Center plays a big part. It´s the first page users see when
  • What Is A Single Instance Codeunit In Business Central?29/09/2022
    In this post, you will learn what is a single instance codeunit in Microsoft Dynamics 365 Business Central. Where can
  • 5 New Development Features In Business Central 2022 Release Wave 222/09/2022
    In this post, you will learn about 5 of the new development features in Microsoft Dynamics 365 Business Central. These
  • 4 Ways To Boost Performance With Background Processes In Business Central15/09/2022
    In this article, you will learn about 4 ways to boost performance with a background process in Microsoft Dynamics 365
  • Top 3 New Features In Business Central 2022 Release Wave 205/09/2022
    In this post, you will learn 3 of the most important improvements in Microsoft Dynamics 365 Business Central. These new
  • The Job Queue Guide For Business Central01/09/2022
    One of the most popular ways of scheduling background processes in Microsoft Dynamics 365 Business Central is by using the
  • How To Run Background Processes In Business Central: TaskScheduler.CreateTask25/08/2022
    A good way for running background processes in Microsoft Dynamics 365 Business Central is by using the Task Scheduler. In
  • How To Run Background Processes In Business Central: StartSession18/08/2022
    When dealing with long processes, Microsoft Dynamics 365 Business Central provides some tools to mitigate the wait and provide a
  • How To Run Background Processes In Business Central: Page Background Tasks11/08/2022
    In this article, you will learn what is a Page Background Task and how to use it in Microsoft Dynamics
  • How To Create Recurring Invoices In Business Central04/08/2022
    In this article you will learn how to create recurring invoices in Microsoft Dynamics 365 Business Central. We will learn
  • How To Use Recurring Journals In Business Central28/07/2022
    In this article you will learn how to use recurring journals in Microsoft Dynamics 365 Business Central. You will learn
  • How To Use Account Schedules In Business Central19/07/2022
    In this article you will learn how account schedules work and how to create a simple one in Business Central.
  • Query Object: How Does It Work In Business Central?07/07/2022
    In this post you will learn how to build a simple query in Microsoft Dynamics 365 Business Central. How to
  • Definitive Guide To Configuration Packages In Business Central24/06/2022
    One of the most popular tools in Microsoft Dynamics 365 Business Central is Configuration Packages (former Rapid Start). In this
  • How To Setup Approval Workflows In Business Central16/06/2022
    In this post we will go through the different pages in the approval workflow module of Microsoft Dynamics 365 Business
  • Workflows Overview In Business Central09/06/2022
    In this post we will go through the different pages and setups that are involved in the workflows module of
  • Getting Started With Reports and Report Extensions In Business Central02/06/2022
    In this post you will learn how to start working with reports and report extensions in Microsoft Dynamics 365 Business
  • Complete Walkthrough Of Business Central Admin Center26/05/2022
    In this walkthrough you will learn about the Microsoft Dynamics 365 Business Central Admin Center and its capabilities. For example,
  • Business Central API Guide In 202217/05/2022
    In this guide you will learn the basics about APIs and how to use them in Business Central. Also, you
  • 5 Key Points To Decide The Best Browser For Business Central28/04/2022
    You are ready to work with Microsoft Dynamics 365 Business Central but unsure about which web browser to use. In
  • My Journey In AL-Go For GitHub20/04/2022
    Today I would like to share my experience and struggles with AL-Go for GitHub. This is a different and longer
  • 7 Tips For Performance In Business Central07/04/2022
    In this post I´ll show seven basic tips for increasing performance when coding in Business Central. Some of them are
  • Rendering Report Layouts In Business Central07/03/2022
    In this post, we will have a look at the rendering property in the report object. This feature allows having
  • 2 Ways To Create Cues In Business Central03/03/2022
    In this post I will show you two ways you can create cues in Dynamics 365 Business Central. One calculated
  • Not Your Usual Extension Pack For Visual Studio Code01/02/2022
    In this post I´d like to share eight extensions for Visual Studio Code that you may never heard of before.
  • Publish Web Services Automatically In Business Central13/01/2022
    In this short post, I will show how to publish your web services automatically along with your app. This is
  • 2 Ways To Customize Pages In Business Central28/12/2021
    In my post about line actions I talked about how to integrate actions between the fields of a list. This
  • Creating Sound Alerts In Business Central14/12/2021
    I was searching on forums and the base app for any built-in method to create some type of sound alert
  • How To Add Line Actions On A List Page In Business Central01/12/2021
    In this post I will share a trick for creating page actions in the lines itself of a List Page
  • Master Factboxes In Business Central09/11/2021
    In this post I will show how to master and create dynamic factboxes in Business Central. The data will change
  • How To Use The Tree View Property In Business Central26/10/2021
    In this post, I will introduce the tree view, a page property you don´t usually see in Business Central. To
  • DLLs in Docker? (BC On Prem)06/10/2021
    In my previous post I discussed how you could use your .dlls in an On Prem enviroment hosted on your
  • How To Enable Status Field In Business Central29/09/2021
    Sometimes users and even consultants get lost in the ribbon looking for action buttons. Now it´s a little easier with
  • Testing AL Profiler In Business Central23/09/2021
    In this blog, I will introduce a new feature released in Dynamics 365 Business Central 2021 Wave 2 (version 19).
  • How To Show Bitcoin Price in Business Central?20/09/2021
    This post is based entirely on the blog from Roberto Stefanetti so if you wish to learn further about widgets
  • How to use Dotnets for BC On Premise06/09/2021
    In this post I will show how to use dotnets in Business Central On Premise. Keep in mind that dotnets
  • How To Connect An External Database To Business Central30/08/2021
    In this post I would like to share the way you can connect an external SQL Server database to Business
  • Tip For The Event Recorder Of Business Central25/08/2021
    The event recorder is a standard tool integrated in Business Central that improves the ability of developers to use events
  • How To Create Notification Actions In Business Central23/08/2021
    Notifications have been around in Business Central for some time now. They are a really good non-intrusive way to make
  • KPI Counting Tool16/08/2021
    In this post I would like to share a simple but not so easy to understand KPI tool for counting
  • How To Add Any Precedure Summary In Business Central12/08/2021
    Last post we talked about overloading functions. When we have multiple overloads it can be difficult to understand what is
  • How To Use Overload Functions In Business Central11/08/2021
    Overloading functions can be really useful and can save a lot of time. We can have one predefined function with
  • How To Add Notes And Links In Business Central10/08/2021
    Have you ever been asked “how can we add quick notes to this customized table”? In this post I would
  • How To Schedule Processes In Business Central09/08/2021
    Every company has some kind of repetitive process that needs to be run every day, week or so. For that,
  • How To Disable Code Cops In Business Central29/07/2021
    While we can all agree that code cops are essential for helping us to create a cleaner and better code,
  • How To Install Business Central As An Application29/07/2021
    In this post I will show how to install Business Central as an application for Microsoft Edge and Google Chrome.
  • Shortcuts For Switching Between Companies In Business Central29/07/2021
    In this post I would like to share some useful tips in order to have two different options to quickly
  • How To Import XML Files Easily To Business Central28/07/2021
    With the XML Buffer integrated in Business Central and with the help of streams we can import pretty easily any

Subscribe to get notified of new articles

Most Popular Posts

Recent Posts

  • 8 Ways ChatGPT Can Improve Business Central02/02/2023
  • How To Create Tables In Business Central26/01/2023
  • 5 Tools To Improve The User Experience In Business Central12/01/2023
  • How To Use ChangeCompany Function In Business Central05/01/2023
  • 3 Ways To Handle Errors In Business Central29/12/2022

Archives

  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
Business Central Geek
© 2023
Powered by WordPress
Theme: Masonic by ThemeGrill
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT