Microsoft Dynamics 365 Business Central
Discover the unique world of Dynamics ERPs
Newest article
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
Meet me on tech conference
Latest Articles
Time, DateTime, Production Orders and Time Zones – not what I expected
I decided to write this post to describe a problem we are dealing with when we are working with production orders through API or when there are users working in different time zones. Let's start with a quick introduction. Business Central has two datatypes that can...
Indirect Dependencies and Access Modifiers
Last week, there was a discussion on Yammer on how to get values from the "Sent Email" record when all fields are marked as Internal. I was surprised that many people do not know what can/can't access modifiers (such as local, protected, or internal) be used for. I...
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 between Microsoft Dynamics...
CRM Integration how to: Customize Status/State for CRM Invoice
CRM Integration how to: Customize Status/State for CRM Invoice See all articles in CRM Integration | MSDyn365 Business Central – Tomas Kapitan (kepty.cz) category to get max from the OOTB and custom integration. I have asked Microsoft to extend the base app to allow...
Use Transformation Rules to lower the costs of BC Telemetry
Telemetry is one of the most important tools for any partner to see what's happening in Business Central. However, unmanaged telemetry (or analytics) workspace costs could be huge. To lower the cost, you just need to spend some time configuring relevant signals you...
CRM Integration: The magic behind CompanyId, aka multi-company BC-CRM integration
See all articles in CRM Integration | MSDyn365 Business Central - Tomas Kapitan (kepty.cz) category to get max from the OOTB and custom integration. How does it work? It's simple. When the BC-CRM integration is enabled, one of the steps is to deploy the solution to...
CRM Integration: Add a custom field to the existing CRM table with a custom transfer field process
This is the second part of my posts about custom CRM integration. See all related articles in CRM Integration | MSDyn365 Business Central - Tomas Kapitan (kepty.cz) category. In the previous part, we discussed how to add a custom text field to CRM integration for the...
CRM Integration: Add a custom field to the existing CRM table
In the past weeks, I got a few questions about Microsoft Dynamics 365 Sales and Business Central Integration. I did some integration projects in past, but I also have experience with a heavily customized solution from this year. As a lot of questions were about how to...
AL Extensions: Replace Document Attachment
I have published a new simple, open-source extension that allows replacing existing document attachments in all master entities as well as in open documents. The source code as well as the app file that can be installed in your environment is available on my GitHub...
Business Central Admin Center, part 7 (Reported Outages, Operations, Capacity)
This is the sixth part of my series about the Business Central Admin Center. Previous parts: Business Central Admin Center, part 1 (Overview, Apps, Sessions) | MSDyn365 Business Central - Tomas Kapitan (kepty.cz) Business Central Admin Center, part 2 (Database,...
Business Central Admin Center, part 6 (Notification Recipients, Authorized AAD Apps, Telemetry)
This is the sixth part of my series about the Business Central Admin Center. Previous parts: Business Central Admin Center, part 1 (Overview, Apps, Sessions) | MSDyn365 Business Central - Tomas Kapitan (kepty.cz) Business Central Admin Center, part 2 (Database,...
Business Central Admin Center, part 5 (Application Insights, Security Groups, Access with Microsoft 365 Licenses)
This is the fifth part of my series about the Business Central Admin Center. Previous parts: Business Central Admin Center, part 1 (Overview, Apps, Sessions) | MSDyn365 Business Central - Tomas Kapitan (kepty.cz) Business Central Admin Center, part 2 (Database,...
Clean up your copied environments
One of the most important things every developer should handle is to clean up the environment when the environment (or a company) is copied. Especially if the environment is managed directly by a client and they can create new copies anytime. Similarly, for copied...
Business Central Admin Center, part 4 (Copy, Restore, Rename, Delete)
This is the fourth part of my series about the Business Central Admin Center. Previous parts: Business Central Admin Center, part 1 (Overview, Apps, Sessions) | MSDyn365 Business Central - Tomas Kapitan (kepty.cz) Business Central Admin Center, part 2 (Database,...
7 git commands you should know
For many years, developers in C/AL did not need to know anything about Git or other versioning tools. That has changed with Business Central, or more specifically with AL Language. Today, we will look at the most important (and basic) git commands any developer should...