-
Continue reading →: Protecting Sensitive Data Made Easier: Introducing ‘Concealed’ Text Field Type in Business Central Wave 2 2025
Data privacy and security have become paramount concerns for businesses across all industries. With increasing regulatory requirements and growing awareness of data protection, organizations need robust yet user-friendly solutions to safeguard sensitive information. Microsoft’s Dynamics 365 Business Central Wave 2 2025 introduces a game-changing feature that addresses this challenge: the…
-
Continue reading →: Vibe Coding in AL Development for Business Central
As AL developers working with Microsoft Dynamics 365 Business Central, we often find ourselves caught between strict business requirements and the desire to write code that feels good, but with the latest Vibe Coding experience, we can see how developers interact with the platform. Instead of writing everything manually, Vibe…
-
Continue reading →: Upcoming Microsoft Business Central Pricing Changes – What You Need to Know
Microsoft has officially announced pricing changes for Dynamics 365 Business Central, set to take effect on October 1, 2025. This marks the first significant price adjustment in over five years, accompanied by enhanced storage and powerful feature upgrades. Whether you’re an existing customer or considering Business Central for the first…
-
Continue reading →: Introducing ExcelLayoutMultipleDataSheets in Business Central 2025 Wave 1
With the release of Business Central 2025 Wave 1, business central continues to enhance developer and user experience in reporting and data analysis. One such powerful addition is the new property: ExcelLayoutMultipleDataSheets. This feature addresses a long-standing limitation in Excel export scenarios—allowing multiple datasets to be exported into separate sheets…
-
Continue reading →: Optimizing Business Central Reports with the DataAccessIntent Property
When developing reports in Microsoft Dynamics 365 Business Central, performance and scalability are crucial—especially in cloud environments where system efficiency impacts everything from responsiveness to cost. One often-overlooked feature that can significantly enhance report performance is the DataAccessIntent property. What Is DataAccessIntent? The DataAccessIntent property is available on report objects…
-
Continue reading →: Boosting Performance in Business Central with SETLOADFIELDS
When building customizations or integrations in Microsoft Dynamics 365 Business Central, performance is often a key concern—especially when working with large datasets. One powerful tool for improving performance is the SETLOADFIELDS method on record variables. 🚀 What is SETLOADFIELDS? In Business Central, when you retrieve a record (using FIND, GET,…
-
Continue reading →: How to Define Allowed Languages Per Environment in Business Central 2025 Wave 1
With the release of Business Central 2025 Wave 1, BC continues to enhance administrative control and governance features. One of the most welcome additions for global organizations is the ability to limit the available language options per environment. This is a game-changer for companies seeking better localization control, user experience…
-
Continue reading →: Understanding GETRANGEMIN() and GETRANGEMAX() in Business Central
When working with filters and record ranges in AL , two handy functions often come into play: GETRANGEMIN() and GETRANGEMAX(). These functions help you programmatically access the lower and upper bounds of a filter applied to a field in a record. This can be especially useful for creating reports, processing…
-
Continue reading →: Boosting Performance in Business Central with SetAutoCalcFields
In today’s fast-paced business environments, performance optimization is not a luxury — it’s a necessity. Whether you’re building custom reports, extending pages, or writing integration APIs in Microsoft Dynamics 365 Business Central, slow operations can frustrate users and strain resources. One simple but powerful technique to improve performance is using…