This blog explains how to do grouping in the RDLC Report in Microsoft Dynamics Business Central or NAV. There are two steps involved: designing the data set and using the Report Builder to set the grouping. Step 1: Design the Data Set In Developer Environment, there are two options to select a new and to… Continue reading Grouping in RDLC Report in Microsoft Dynamics NAV or Business Central
Category: Developer
ArcherPoint Dynamics NAV Developer Digest – vol 232
The NAV community, including the ArcherPoint technical staff, is made up of developers, project managers, and consultants who are constantly communicating, with the common goal of sharing helpful information with one another to help customers be more successful. As they run into issues and questions, find the answers, and make new discoveries, they post them… Continue reading ArcherPoint Dynamics NAV Developer Digest – vol 232
Creating a List Report in Microsoft Dynamics NAV or Business Central On Premises
This blog explains how to create a simple list report (non-processing only) in Microsoft Dynamics NAV or Business Central On Premises, based on the Customer table. This example will include the following requirements: Add the Report columns: No., Name, City, Balance Provide request fields on the report: No., Sales Person Code Exclude the customers with Balance… Continue reading Creating a List Report in Microsoft Dynamics NAV or Business Central On Premises
Working with Business Central Custom Report Layouts
When we do Microsoft Dynamics Business Central or Dynamics NAV development, one of our goals is to minimize the work required during an upgrade. When it comes to report customizations, we can handle this by using a custom report layout instead of modifying an existing report. It’s easier to upgrade, and it’s not any harder… Continue reading Working with Business Central Custom Report Layouts
ArcherPoint Dynamics NAV Developer Digest – vol 231
The NAV community, including the ArcherPoint technical staff, is made up of developers, project managers, and consultants who are constantly communicating, with the common goal of sharing helpful information with one another to help customers be more successful. As they run into issues and questions, find the answers, and make new discoveries, they post them… Continue reading ArcherPoint Dynamics NAV Developer Digest – vol 231
Working with Multiple AL Projects in One Workspace Using Visual Studio Code in Microsoft Dynamics Business Central On Premises
If you’re new to Microsoft Dynamics Business Central on premises, you need to know how to easily customize it. In this blog, you’ll learn how you can work with multiple AL projects in one Visual Studio Code editor in Microsoft Dynamics Business Central on premises. Create a new AL extension using view -> Command palette… Continue reading Working with Multiple AL Projects in One Workspace Using Visual Studio Code in Microsoft Dynamics Business Central On Premises
Dynamics 365 Business Central AL Development
In this series, Microsoft MVP Saurav Dhyani provides everything you need to know about developing in Business Central. Using VS Code to create an Extension, Saurav provides the modification requirements that include all object types and base object changes. Saurav also provides instructions for all the pre-requisites to complete the task of creating an Extension.… Continue reading Dynamics 365 Business Central AL Development
ArcherPoint Dynamics NAV Developer Digest – vol 229
The NAV community, including the ArcherPoint technical staff, is made up of developers, project managers, and consultants who are constantly communicating, with the common goal of sharing helpful information with one another to help customers be more successful. As they run into issues and questions, find the answers, and make new discoveries, they post them… Continue reading ArcherPoint Dynamics NAV Developer Digest – vol 229
Creating AL Snippets using Visual Studio Code for Dynamics 365 Business Central and NAV
AL snippets make programming in Microsoft Dynamics Business Central or Dynamics NAV easy. Let’s dig in. What are AL Snippets, and what do they look like? AL Snippets are pieces of AL code or small templates that can be recycled and reused for faster coding in Visual Studio code. They have the prefix “t”, followed… Continue reading Creating AL Snippets using Visual Studio Code for Dynamics 365 Business Central and NAV
The benefits of using solutions repositories
Remember the Yahoo directory? There was a time when curated directories were thought to be the best way to find things on the internet. Today, we know this is an impossible task and a model that failed for a couple of reasons. Curated indexes are exclusionary, and they’re time consuming both to maintain and find… Continue reading The benefits of using solutions repositories