Microsoft Dynamics 365 Business Central

Discover the unique world of Dynamics ERPs

Newest article

See you in Portoroz! I am a speaker at DynamicsMinds 2024!

I'm excited to announce that one of my session was accepted for DynamicsMinds 2024 in Portoroz, Slovenia! Do you want to see other sessions? Check the official portal - https://www.dynamicsminds.com/sessions/ Business Central Open-Source Contributions: The quickest way how to see your name during Microsoft BC Keynotes In this session, we will explore the open-source programs in Business Central and how you can become a top contributor with just an hour/two of your time every week. We will cover the following topics: How to create an environment for developing apps in Business Central using scripts prepared by Microsoft. How to choose an issue to implement and how to prepare, create and get approval for your own idea. Our experience with the development of the base app program The...

read more

Meet me on tech conference

See you in Bangkok & Portoroz!

Not one, but two sessions at two Dynamics 365 conferences, spanning 8500 kilometres apart, all within two weeks in May!This promises to be an incredibly exciting month filled with knowledge-sharing and networking! Can’t wait to see everyone in...

MSDyn365BC Australia East Coast DUG Meetup #01: News in BC 2024 wave 1

Recording from our very first meetup of our MSDyn365BC Australia East Coast UG is available! https://www.youtube.com/watch?v=_JtbB2cuyYE

Dynamics Corner, Episode 303: In the Dynamics Corner Chair: Kangaroos, Koalas, and Business Central!

Are you interested in the Business Central Open-Source programs? Or do you want to know more about my journey from Europe to Australia? Check the last episode of the Dynamics Corner podcast! A few weeks back, I had the pleasure of speaking with...

See you in Portoroz! I am a speaker at DynamicsMinds 2024!

I'm excited to announce that one of my session was accepted for DynamicsMinds 2024 in Portoroz, Slovenia! Do you want to see other sessions? Check the official portal - https://www.dynamicsminds.com/sessions/ Business Central Open-Source...

Directions EMEA 2023 – D365 Sales Integration

Directions 4 Partners EMEA 2023 is over. It was an amazing event and I will summarize my thoughts in the upcoming days and weeks and create probably 1 or 2 blog posts about the most interesting changes and sessions. Today, I also had our session...

See you @ Directions EMEA 2023 in Lyon!

I am so excited that my session Dynamics 365 Sales Integration Deep Dive has been accepted for Directions 2023! During the 105-minute-long session, I and Microsoft MVP Marko Totovic will show everything you should know about OOTB integration...

Directions ASIA 2023

Just a few days ago, I returned back home to Brisbane from another great conference - Directions4Partners ASIA in Bangkok. And it was again a TOP event with an amazing organization team and also the best community. First of all, I would like to...

Latest Articles

Partial Records in detail (part 1)

Partial Records in the Business Central are a new technology in 2020 wave 2 release. Let's look at the quick description in one of the posts from previous month "Partial Records". Now check it in more details. In this first part, we will look at how the partial...

read more

Second place on Hackathon Coding4BC!

Together with my two extraordinary colleagues we won the SECOND place on the very first world hackathon focused on Business Central. Coding4BC took place on 18 - 20.11.2020 and was greatly supported from the most-known capacities from Business Central world (judges...

read more

Partial Records

Partial Records are a new capability of Business Central introduced in Business Central 2020 release wave 2. It allows specifying fields that should be loaded when accessing SQL based data. How does it work? Without using partial records, Business Central normally...

read more

Dart & Flutter: Use of REST GET method

This chapter we will continue with the project that we created before. The project could be found on GitHub. Now when we have a runnable app with homepage and standardized navigation, we can look on how to load data using REST. We will start with the basic example of...

read more

Connect to Business Central Container using VS Code

In the last article, we created our first Business Central Container for development. But how to use it within the VS Code environment? There is nothing special about the configuration. Just use values from message gained once the container was created. Use a value of...

read more

Starting with Container-Based Development using Dockers

Microsoft Dynamics 365 Business Central offers images for container-based development. Creating a new development environment using this container-based image (with Docker) is especially quick and easy. Install Docker The first thing that must be done is installing...

read more

Interfaces in AL (part 3)

This is 3. part from the article series about Interfaces in AL Language. See the first one or the second one. In previous parts, I have described the basics of Interfaces in AL Language (what is an interface, how to work with them in AL and started working on advanced...

read more

Merge entity duplicity

In the case of duplicity in Customers, Vendors or Contacts, the system offers functionality to merge related record. To run it, go to the customer/vendor/contact card and run action "Merge With…". The setup window is opened for the entity from which the page was...

read more

Dart & Flutter: Project Initialization

We have already prepared development environment and Android Emulators in previous articles. In this chapter, we will look at how to create a new project and on the generated files. To start with, open Visual Studio Code (or any other support development environment)...

read more

Interfaces in AL (part 2)

This is 2. part from the article series about Interfaces in AL Language. See the first one. In the first part of this series, I have described what Interfaces are and showed the example of how they can be created. In this article, I will show a more advanced example...

read more