There are many data types that are used in the AL programming language, used to modify code in Dynamics Business Central On Premises. This blog explains how to use the Dictionary, RecordID, RecordRef, and BigText data types. Dictionary Data Type The Dictionary data type represents a collection of keys and values. Dictionary consists of a… Continue reading AL Programming for Dynamics BC: Data Types
Category: Developer
ArcherPoint Dynamics NAV Developer Digest – vol 243
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 243
Sending an Email Through PowerShell Coding
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 what you’re working on, there is another method. This blog explains how to use a PowerShell script… Continue reading Sending an Email Through PowerShell Coding
Use the String Function in Microsoft Dynamics Business Central On Premises
This blog provides a step-by-step guide to using the String function in Microsoft Dynamics Business Central for customizations. Open Visual Studio. Create a Code unit for the string function.Figure 1 – Creating a code unit for the String Function in Microsoft Dynamics Business Central Create a page extension. Figure 2 – Creating a page extension… Continue reading Use the String Function in Microsoft Dynamics Business Central On Premises
ArcherPoint Dynamics NAV Developer Digest – vol 241
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 241
Using the AL Keyword 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. This blog provides step-by-step instructions on how to use AL Keywords in a code unit in Microsoft Dynamics 365 Business Central. In this blog, you’ll learn how to do customizations using MAXSTRLEN keywords. Open Visual Studio.… Continue reading Using the AL Keyword in Microsoft Dynamics Business Central On Premises
Creating a new job in Microsoft Dynamics Business Central
This blog describes two ways to create a new job that includes budgets in Microsoft Dynamics Business Central. By including budgets, you increase visibility into cost, which helps you predict cost overruns and maximize revenue. From the Project Manager Role Center, use the navigation list to see the list of jobs. Set Up the Role… Continue reading Creating a new job in Microsoft Dynamics Business Central
ArcherPoint Dynamics NAV Developer Digest – vol 239
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 239
Using the Event Recorder for Developing 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, there are two options: Go To Definition in AL code, and the Event Recorder feature. This blog discusses how to use the Event Recorder feature. The Event Recorder is a… Continue reading Using the Event Recorder for Developing Extensions in Microsoft Dynamics Business Central
ArcherPoint Dynamics NAV Developer Digest – vol 238
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 238