During my AL training classes, a frequently asked question is how to convert enum values to and from integer or text. So I thought it would be a good idea to share with you what possibilities you have. First of all, we need to understand the…
In this series we’ll explore how to create a search app for Microsoft Dynamics 365 Business Central using RecordRef to make the the search functionality generic. Source : Hougaard.com Read more...
In this video, I’ll start refactoring the USPS app and discuss and show how to add events to your app in order to be a good app-citizen. Source : Hougaard.com Read more...
Understand that snippets are context-aware, meaning if you are working in an AL file, AL snippets show up. If you’re working in HTML, HTML snippets will show up. In this article, we are going to focus on creating snippets in Visual Studio Code for Business Central.…
In this video, I show how to call a simple web service from Microsoft Dynamics 365 Business Central and how to process the JSON based reply. Source : Hougaard.com Read more...
This is an intro post to the Error Message Mgt. codeunit and related objects. NAV has never brilliant when it comes to error handling, for a couple of reasons. Source : James Pearson Read more...