With the latest AL compiler, Microsoft is enriching the RecordRef.FieldExist and RecordRef.Field functions with two overloaded versions where developers can ...
FieldExist() and Field() get a text overload
Just dropped a new video on two new overload methods arriving in the last AL compiler release for BC 2025 wave 2. Here they come: RecordRef methods FieldExist() and Field() have now an overload for field name. Check out my demo below!
#msdyn365bc #al
youtu.be/uCJ48biqLf8
14.10.2025 13:00 β π 1 π 0 π¬ 0 π 0
Business Central includes already 2 tools to copy data between companies.Of course, we can duplicate two companies, but you can also copy specific tables, ba...
2 out-of-the box methods for copying data between companies
Business Central provides a few methods to copy data between 2 companies. I will go over two out-of-the-box methods in the video below and talk about the good and the bad of 2 other methods
youtu.be/BlkW7VC52c0
#msdyn365bc #businesscentral
07.10.2025 13:00 β π 0 π 0 π¬ 0 π 0
Use Github Copilot to generate your app blueprintGithub Copilot can be used not only for code refactoring, next edit suggestion or vibe coding, but also for ...
Use Github Copilot to generate your app blueprint
Just dropped a new video! Iβve been using GitHub Copilot for a while, but THIS is next-level! Watch how I went from zero to hero on a completely unfamiliar app. Check it out! youtu.be/qFGTq40UinE #GitHubCopilot #Coding #Tech
23.09.2025 13:00 β π 2 π 0 π¬ 0 π 0
Snapshot debugging versus AL Profiling========================================================-- Find me here --β
Subscribe to my YouTube channel: https://ww...
Snapshot debugging versus AL Profiling
Snapshot debugging versus AL Profiling
#msdyn365bc #bcperformance
youtu.be/B8PLDeZ73Y4
16.09.2025 13:00 β π 1 π 0 π¬ 0 π 0
Subscribe for more Business Central tips and Copilot tutorials to elevate your workflow. Hit the bell icon! ================================================...
Business Central 2025 wave 2 - An overview
Business Central 2025 wave 2 - an overview
youtu.be/H5EuObmeF4o
#msdyn365bc #bc2025w2
09.09.2025 13:00 β π 2 π 0 π¬ 0 π 0
With BC 2025 wave 1 we get a few apps that facilitate the storage of file outside BC.β
Set up storage account in Azureβ
Set up external file access in BCβ
Br...
Keep files outside BC with External File Accounts
Watch my latest video to learn how to integrate this feature into your daily operations or enhance your customers' workflows! #msdyn365bc #bc2025w1
youtu.be/2vUCR16b85o
05.08.2025 13:00 β π 0 π 0 π¬ 0 π 0
This lets users access files stored outside the platform with ease. A file account stores all the info needed to integrate external storage services into Business Central.
05.08.2025 13:00 β π 0 π 0 π¬ 1 π 0
Exciting news for Business Central users! With BC 2025 Wave 1, you can now leverage a unified API to seamlessly connect external cloud storage accounts to Business Central.
05.08.2025 13:00 β π 1 π 0 π¬ 1 π 0
With BC 2025 wave 1, we get a new keyword, for skipping an iteration in a loop.β
Continue vs Breakβ
3 examplesDonβt miss out! Subscribe for more Business Cen...
Welcome "Continue" keyword in AL with 3 examples
Ever wondered how the "Continue" keyword in AL can supercharge your #MSDyn365BC development? Iβve used it, Microsoftβs used it, and now itβs your turn! Check out this video for some examples to help you integrate the new feature in your daily workflow:
youtu.be/9-eo7b2xg8Q
29.07.2025 13:00 β π 0 π 0 π¬ 0 π 0
With BC 2025 wave 1 we get the following user experience improvements:β
Factboxes: rounded corners + expandableβ
Report Explorer: new window when executing p...
BC 2025 wave 1 - User experience improvements
Microsoft improves user experience with BC2025 wave 1.
Check out my video to see how:
youtu.be/gloZ3dUdEt4
#msdyn365bc #AL #bc2025w1
22.07.2025 12:00 β π 2 π 0 π¬ 0 π 0
With BC 2025 wave 1 we can now block an item for production output.Business Central gives you full control over the materials you use in production. You can ...
Blocking Items for production orders
#BC2025Wave1 #manufacturing Block items and item variants for production output. Check out the video to see an overview of this new BC 2025 wave 1 application feature:
youtu.be/dMxnuTvX7W4
15.07.2025 13:00 β π 0 π 1 π¬ 0 π 0
With BC 2025 wave 1 we can leverage Autofill and summarize Copilot capabilities for faster data entry and deep analysis right on the Business Central entitie...
Leverage Autofill and Summarize Copilot capabilities
Business Central has already a handful of Copilot capabilities.
Did you try Autofill and Summarize? Data entry can be much faster with these latest capabilities. See them in action in my latest video: youtu.be/PLFTFXfLsTM #msdyn365bc #Copilot
17.06.2025 13:00 β π 1 π 0 π¬ 0 π 0
With BC 2025 wave 1 we can connect the main table to related tables and borrow fields from the related tables in the main analysis mode view.
Add fields from related tables in analysis mode
Exciting Update for Business Central 26.2! Enhance your ad-hoc analysis tabs by seamlessly adding fields from related tables to unlock deeper insights. Curious how it works? Watch the full demo here: youtu.be/cI6Lb2mXZWA
#BusinessCentral #DataAnalysis #msdyn365bc
10.06.2025 13:00 β π 1 π 0 π¬ 0 π 0
With BC 2025 wave 1 we can get the values of a json object key directly without extracting it into a JsonToken.
Read values from JsonObject directly with the right GetValue
BC2025 wave 1 allows AL developers to read values from JsonObject directly with the right GetValue without a JsonToken.
See how in my 5 minutes video:
youtu.be/D5gNgLbSEK4
#msdyn365bc #AL
27.05.2025 12:00 β π 2 π 0 π¬ 0 π 0
Yaml Viewer in Business Central web client
Yaml Viewer in Business Central web client? Yes, we can read now a Yaml file into a Json object, format it nicely and load content into a multiline field. See how here:
youtu.be/iiVOHPabwa4
#msdyn365bc #AL
20.05.2025 11:00 β π 0 π 0 π¬ 0 π 0
The introduction of the overloaded IncStr function in the AL compiler for Microsoft Dynamics 365 Business Central, which now accepts an increment value great...
IncStr() has a new overloaded method, but be careful with its use
IncStr() now includes a new overloaded methodβuse it wisely! #msdyn365bc #AL
youtu.be/2VmeAe4Z7w0
13.05.2025 11:00 β π 0 π 0 π¬ 0 π 0
It's always a good idea to visit "Database Missing Indexes: page in Business Central to seen what the SQL suggests you add as indexes.
Database missing indexes page overview
The Database Missing Indexes page in Business Central 2025 wave 1 has been revamped. Check out my video to see how I implemented a suggested index as an AL non-clustered key, and seeing it disappear afterwords from the suggestions list.
#BusinessCentral #AL #dynamics365bc
youtu.be/lypxOiM5Kcg
06.05.2025 11:00 β π 1 π 0 π¬ 0 π 0
Render image and URL in Business Central with UserControlHost page type.See how you can render a website or an image in the web client.======================...
Render image and URL in Business Central with UserControlHost page type
Hey #BusinessCentral devs! I just dropped a new YouTube video: "Render image and URL in Business Central with UserControlHost page type." Explore the UserControlHost page type in Dynamics 365 BC 2025 Wave 1! Watch now:
youtu.be/yDAdKCqQCS8
#Dynamics365 #ALDevelopment
29.04.2025 13:00 β π 0 π 0 π¬ 0 π 0
New in Business Central 2025 wave 1 are 2 tools to quickly generate launch.json and include an extension in app.json.========================================...
Quickly generate launch.json from web client
AL devs! Need a launch.json to debug issues in any tenant? Now you can generate it two ways from the web client! Plus, with BC 2025 Wave 1, add extensions to app.json in just a few clicks. Check out my video: youtu.be/XkJaPFLGoZU #msdyn365bc #AL
22.04.2025 13:00 β π 0 π 0 π¬ 0 π 0
Business Central 2025 wave 1: CardPageId property now available on page extensions========================================================Check my github rep...
CardPageId property now available on page extensions
If you want to open a different card when you double-click on a list, different than the one the base application is using, then you're in luck. Starting with BC 2025 wave 1, you can use CardPageId property on a page of type list.
#BC25w1 #msdyn365bc #AL #runtime15
youtu.be/M5Gx54HJaAA
15.04.2025 11:00 β π 2 π 0 π¬ 0 π 0
Join me and Jeff at #Directions2025 in Vegas on Tuesday, April 8, 2025, at 3:30 p.m. for our session "Harnessing Interfaces: Build Your Own Sales Price Engine"βlet's dive into learning about interfaces together!
07.04.2025 13:00 β π 0 π 0 π¬ 0 π 0
Business Central 2025 wave 1: List of Interfaces========================================================Check my github repository for sample code: www.githu...
Let's explore the new List of Interfaces in BC 2025 wave 1
Exciting news for devs! Introducing the List of Interfaces in AL and BC β a comprehensive resource to streamline your coding in Business Central. Boost efficiency and explore new possibilities. Check it out! #ALDev #BCAL #msdyn365bc
youtu.be/uktgqa3lW7Y
01.04.2025 11:00 β π 0 π 0 π¬ 0 π 0
Problems logging into @evernote.bsky.social web app? The Continue button on the login page remains disabled after I enter my username... π€
19.03.2025 14:01 β π 0 π 1 π¬ 0 π 0
Business Central 2025 wave 1 new featureCheck my github repository for sample code: www.github.com/SilviuVirlan==============================================...
MovedFrom, MovedTo, Moved ... moving tables between extensions
With the release of Business Central 2026 Wave 1 and the new Runtime 15, moving tables between extensions in AL has never been easier. When reorganizing your extensions, this update streamlines the process with improved tools and flexibility.
youtu.be/7U3cjjzJdBw.
#BC26 #BusinessCentral #Dyn365BC
18.03.2025 12:00 β π 0 π 0 π¬ 0 π 0
Keep BC lean with Retention Policies========================================================Learn essential report development skills for #BusinessCentral: β
...
Keep BC lean with Retention Policies
Struggling to manage data growth in Business Central? In my latest video, I break down what retention policies are, how they work, and why theyβre key to keeping your system lean. Watch now: [youtu.be/SMFtPteNP3s] #BusinessCentral #DataManagement"
11.03.2025 12:00 β π 0 π 0 π¬ 0 π 0
Let's pass MB-820: Episode 18 - Error handling: Try Functions and Collectible Errors========================================================Learn essential r...
Let's pass MB-820: Episode 18 - Error handling: Try Functions and Collectible Errors
Master error handling in MB-820! Episode 18 of 'Let's pass MB-820' dives into Error Handling using Try Functions & Collectible Errors. Watch now to boost your AL skills! #MB820 #ALprogramming
youtu.be/FskXNP-HoDc
04.03.2025 12:00 β π 0 π 0 π¬ 0 π 0
that would have been my first choice
04.03.2025 01:03 β π 0 π 0 π¬ 0 π 0
Inherent Permissions in Business Central
Unlocking the new Inherent Permissions in Business Central
Less hassle than permission sets, more control. Details on my blog: svirlan.com/unlocking-t... #BusinessCentral #ALDevelopment
28.02.2025 13:00 β π 0 π 0 π¬ 0 π 0
Global MD & CTO Xebia Microsoft Services | Digital Transformation | Management Consultant | Azure | DevOps | Public Speaker | Microsoft RD | Microsoft MVP
Partner at http://Plataan.TV | companial.com, former MVP, MCT, Consultant
https://thinkaboutit.be/
π Dutch
π¨βπ©βπ§βπ¦ (Grand)father
π’ CTO @ Lumos 365 Ltd.
π₯οΈ Microsoft Dynamics 365 Business Central
π
Microsoft MVP
π kauffmann.nl
β‘ Opinionated
Software Developer, Business Central #MSDyn365BC, .NET, Azure
Architect on the #MSDyn365BC team. Iβm all about partner collaboration and co-development π₯³
Business Central/NAV developer & consultant, TechLead BC and working with NAV/BC since 2004- Triathlon - Open Water - Guitar - 3Dprinting - Drones and side job as grandpa
Yesterday you said tomorrow. #Change #WOL #ERP #scrum #RequirementsEngineering #ModernWorkplace #BusinessIntelligence #msdyn365bc #microsoft365
26 y/o
UIUC β20
Vegetarian Powerlifter ππΌββοΈπ±
S: 425 B: 315 D: 507
Exploring the World While Working Remotely as a Data Scientist πΊοΈπ¨πΌβπ»
Leftist Advocate for Workers Rights, Medicare for All, and Increased Personal Liberties β
Miserable Chicago Sports Fan π§¦π»π
Product Manager @ tes365.com
I post marginally interesting things about BC, Power Platform, Azure, DevOps, Git and related tech
jpearson.blog
#MSDyn365 docs person at Microsoft. Docs for Microsoft Dynamics 365 Patterns & Practices (and occasionally still Dynamics 365 Business Central).
Developer with a passion for Business central.
I like to code stuff :-)
Business Central Developer and System Architect #BCBeerinar
#NAV / #msdyn365bc Developer with a sense of business. | Lover of Magic | https://msdyn365bc.social/@TheDoubleH