With the Microsoft Dynamics 365 Business Central 2019 wave 2 release, Microsoft made available a new data type – Enumeration (Enum). Enum is a list that consists of a set of named constants. It can be used as table fields, local and global variables, and parameters.…
I just love it when I get an error and nothing I search for answers what to do next. Like this one Value ' ' does not implement interface 'ForNAV Layout' and there is no default implentation for the mentioned interface.AL(AL0596) There is no mentioning of…
A new object type is available in Business Central 2020 Wave1: “interface” object Since I have never talked about it, I speak of it now, I don’t report particular examples as there are already several published. Below are some links to very well made examples, useful…
If you’ve read anything about what is new in BC16 for developers then you’ll have seen that AL now supports interfaces (*fanfare*). No more convoluted workarounds with events – at least once our customers have upgraded. I won’t explain what interfaces are and how to use…
With 2020 spring comes not only Coronavirus but also the new Business Central version and Wave 1 features that introduce a new programming capability interface. In this article, we are going to review some of the Dynamics 365 Business Central Wave 1 features that caught our…
While NAV TechDays 2019 was an amazing conference with a lot of highlights and interesting news, one to me clearly stood out: The announcement that Business Central will get interfaces as part of the AL programming language. I was very happy about that, as my immediate…