Last few years we witnessed how Microsoft introduced slowly more and more
Copilot capabilities in the product. With Business Central 2025 wave 1 we’ve got
two new capabilities: Summarize and Autofill. Autofill fields with Copilot
(preview) – Busin...
With Business Central 26.2 you can now add fields from related tables to your
analysis. The main table and the new table have to be related and has to be a
1-1 relationship. We cannot add yet un-related tables/entities, like Company
Information. A...
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:
The post Yaml Viewer in Business Central web client
[https://svirlan.com/yaml...
The introduction of the overloaded IncStr function in the AL compiler for
Microsoft Dynamics 365 Business Central, which now accepts an increment value
greater than 1 (e.g., IncStr(‘aaa001’, 10) returning aaa011), is a significant
enhancement for ...
With the Business Central 2025 wave 1 we can now use CardPageId property on base
or any other extension list pages. 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 yo...
With Business Central 2025 wave 1 Microsoft introduces List and Dictionaries of
Interfaces. Take a look at a 5 minute video I recorded on this topic and an easy
example to get you up to speed:
======================================================...
With the Dynamics 365 Business Central 2025 Wave 1 release arriving on April 1,
2025, developers get a new tool in their AL toolbox: the ToText() method. This
handy function promises to simplify converting simple type values—like integers,
dates, ...
Administrators can define retention policies to specify how often to delete
outdated data in tables that contain log entries and archived records. For
example, cleaning up log entries can make it easier to work with the more
relevant data. Policie...