About a year ago, we discussed how to detect whether a specific extension is installed in AL. At that time we used NavApp.GetModuleInfo(Guid, var ModuleInfo) Method.
Tag Archives: AL
Do you know what UPPERLIMIT does in AL?
Even with all the great documentation that Business Central has gained over the last few years, there are still corners that remain mostly undocumented. While adding support for FlowFields in the Simple Object Designer, I came across one such thing. Check out the video:
D365 Business Central : Persistent Blob
Lots of people have heard about TempBlob, but what about Persistent Blob? Persistent Blob is a table in System App that can be used to store Blob data between sessions.
How To Create Tables In Business Central
Tables are the foundation of Microsoft Dynamics 365 Business Central. They are essential for organizing and storing data. There are different types for different purposes. In this guide, you will learn how to create 5 of the most common tables. Along with their pages and the most important properties.
Text splitting and formatting using Lists
I get a lot of questions from all my great viewers, and many of these questions turn into videos. This is one of them. In this video, I take a look at how we can use the List datatype to help us split strings in a controlled manner. Check it out:
Dynamics 365 Business Central: How to copy Links and Notes (System Parts) – Customization
Yesterday we briefly discussed how to export Links and Notes (System Parts) in Business Central. And today we will go further to discuss how to copy Links and Notes.
Do you get a fuzzy feeling when you’re comparing strings in AL?
What do you do when you need to determine if two strings are almost the same? Check it out in the video: