Have you customers ever asked you to hide some fields on page just for few people but leave all other for all users? For example show simple Item or Vendor Card or hide all fields on General Ledger Setup but show...
Those of you which had never built extensions probably even did not notice this inconvenient but anyone who needed to do so with previous version and wanted to use any of CurrPage function in code was annoyed that it did not...
I still exploring tableextension object and I found that it has one very huge benefit. Seems that there is no record size limit when using tableestension. At least my test shows that it is very hard to get to the limit...
As you know DirectionsASIA is over and there had been officially presented Dynamics 365 Business Central which is in short next NAV. As probably most of us I also did not had possibility to attend there but I tried to follow...
Even if like events very much which were in previous version of extensions, I think that they make our code little messy. It was (still is) possible to create as many events to one publisher (for example OnAfterDelete) as you wish....
I am very glad to let you know that I just published in VS Code Marketplace new Extension. In previous post I wrote about Snippets which help developers to write code faster. When I was checking the standard templates I had...
I know that this post for some people will not be discovering something new. All (or AL) what you can read here, you can easily find on Microsoft Docs. However I also believe that there is a lot of people, even...
With Events we have something which is very good. It is control when our code should be run. Some time ago I got task to update all records in my table based on previous record in the same table. Task wasn’t...
Last time we had some discussion should we develop ToolTips in NAV 2017 for pages with type List? As you probably know that in 2017 version you will not see anything when hoover the column on the list (at least in...