How to Create a Purchase Quote in Microsoft Dynamics Business Central or Dynamics NAV and Convert It to an Order
In this blog, you’ll learn how to create a Purchase Quote and convert it to an Order in Microsoft Dynamics NAV or Business Central…
How To: Use the Dictionary, RecordID, RecordRef, and BigText Data Types in AL Programming for Dynamics Business Central On Premises
There are many data types that are used in the AL programming language, used to modify code in Dynamics Business…
How To: Send an Email Through PowerShell Scripts
Typically, people use Outlook or other tool for emails. But if you want to be able to send an email without having to go into Outlook because it can cause you to get distracted, taking you away from…
How To: Use the Event Recorder to Develop Extensions in Microsoft Dynamics Business Central
When developing an extension for Dynamics 365 Business Central (BC), one of the hardest problems is detecting which event to subscribe. To detect the event…
How To: Correct Two Common Errors in Microsoft Dynamics Business Central or NAV
Publish Extension Error
If you encounter an error when trying to publish an extension from VSCode in Microsoft Dynamics Business Central or NAV, use the following to…
How To: Group in the RDLC Report in Microsoft Dynamics Business Central or NAV
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…
How To: Use Arrays and Array Functions in Microsoft Dynamics Business Central/NAV
This blog discusses how to use arrays and array functions in Microsoft Dynamics 365/NAV.
What is an Array?
An array is a collection of items stored at contiguous…
How To: Add a Field in an Extension in Microsoft Dynamics Business Central/NAV
This blog explains how to add a field in an extension in Microsoft Dynamics NAV or Business Central. The steps involved are:
Creating a table extension
Adding a…
How to Use Date Functions in Microsoft Dynamics Business Central On Premises
There are various places throughout Microsoft Dynamics 365 Business Central where you can enter dates in fields. In fact, a good deal of data in the application is linked…
Codeunits in Microsoft Dynamics 365 Business Central
In Microsoft Dynamics 365 Business Central, there are a lot of codeunits already available. Every codeunit is a collection of different functions. If they are global functions, they can be…