D365 Business Central : Adding Total to Sales Order Page
If you look at the Sales Order page, you can see that there are total fields under the Lines section. I recently had a request to add another total field to it, such as...
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
If you look at the Sales Order page, you can see that there are total fields under the Lines section. I recently had a request to add another total field to it, such as...
When working with table data, there will be times when we need to retrieve a unique record value from the table (also called SELECT DISTINCT). Unfortunately, D365 Business Central does not provide this logic...
Enum is great way to centralized your list of options in Business Central. You can define an enum, then use the enum on every objects (such as table, page, report, etc) and they will...
AZ AL Dev Tools has just released a new command called “Find duplicate AL code”. It helps you a lot especially when you are working on refactoring your (or someone else) code. To use...
What is a notification ? Notifications are non-intrusive information to give users information about a current situation, but do not require any immediate action or block users from continuing with their current task. For...
Since BC18, we can define PermissionSet object on our app to replace the PermissionSet XML. The PermissionSet object is much simpler and clear to use than the XML. If you already using XML in...
Ever heard of SelectionFilterManagement codeunit ? It’s a centralized codeunit that is used to built up filter string based on multiple selected records on the page. An example of usage of SelectionFilterManagement codeunit can...
Business Central code gets updated from time to time. It’s hard to keep track which ones get updated on each version. Thankfully, Stefan Maron has done a fantastic job creating and sharing the repository...
If you want to remove any specific characters in a text, such as removing -*!? characters, you can use below code. If you want to do it the other way around, such as keeping...
Highlighting your field can be a very helpful for your user. For example, overdue invoices are colored in red, so users can quickly recognize and pay more attention on those invoices. Business Central offers...
BC Friday Tips / D365 Business Central
BC Friday Tips #57 Use TestStatusOpen Procedure
21 November 2025