With the release of version 26, a significant productivity boost has arrived: direct PDF attachment previews within the web client. No more downloading, opening external viewers, or switching between applications. This streamlined experience lets you access and review crucial documents instantly, right within your Business Central workflow. What Does This Mean For You? Imagine you're … Continue reading Preview PDFs Directly in Business Central Web Client (v26)
Tag: AL development
Introduction of ‘Continue’ in Business Central v26
The Dynamics 365 Business Central ecosystem is in a state of continuous evolution, with each release bringing enhancements that empower developers and refine business processes. With the advent of version 26 (2025 release wave 1), a particularly noteworthy addition to the AL programming language is the continue statement. While seemingly a minor syntactic change, its … Continue reading Introduction of ‘Continue’ in Business Central v26
Enhancing User Experience with InstructionalText Property in Microsoft Dynamics 365 Business Central
In today's fast-paced business environment, clear and efficient communication within ERP systems is essential. Microsoft Dynamics 365 Business Central offers a plethora of features to enhance user experience, one of which is the InstructionalText property. This seemingly simple feature can significantly improve the usability and clarity of forms and pages in Business Central. Let's dive … Continue reading Enhancing User Experience with InstructionalText Property in Microsoft Dynamics 365 Business Central
How to export data using TextBuilder in Business central.
Today we will see how we can data from business central table using new data type Text Builder. To check how this data type work build small program as below which pick up data from customer table and export the data in text file. pageextension 50101 CustomerMasterExtension extends "Customer List" { actions { addlast(General) { … Continue reading How to export data using TextBuilder in Business central.
How to define multiple layouts for report in Business Central
With the release of business central V20 lot of new features are introduced and one of the features in you can define multiple layouts for reports while developing In earlier days we are defining multiple layouts as below. Now with the new release new rendering section is added while creating report in AL development In … Continue reading How to define multiple layouts for report in Business Central
Business Central Wave 1 2022 Released
With the new dawn of 1st April Microsoft released Business Central Wave 1 2022. The product DVD will be downloaded from following URL Business Central Wave 1 2022 Few features of Business Central you can visit this link Business Central Wave 2 2022 Features Stay tuned for more detail.
How to change primary key in Business Central Table
Recently one of my customer asked me to add few more fields on primary key and I was looking at the customer like he asked something which is daunting task to be done with business central as everybody aware of that we can not change the primary key fields when table is already having data … Continue reading How to change primary key in Business Central Table
Business Central allows to change App Name Publisher of app.
With the release of Business Central Wave 2 2021 aka BCV19 lot of new features has been added to make life easier of developer and/or customers. Can we change App name and/ or publisher name to meet marketing branding ? If you ask me till V18 it was not possible to change that and in V19 it … Continue reading Business Central allows to change App Name Publisher of app.
How to allow your app to debug in business central
With the release of Business Central Wave 2 2021 aka BCV19 new version of AL language is also published. Do you remember this post where in I explain the use of showmycode property from app.json file. With this property we have only one option either we allowed to debug and download your app or vice … Continue reading How to allow your app to debug in business central
How to modify table data in business central
This week one of the customer post few transaction and found that one of the field user enter some wrong information. In ideal situation user need to reverse the transaction and post correct transaction which is safest approach. But do you remember those old days where we have access to the table and can modify … Continue reading How to modify table data in business central