Just.One.Line.Of.Code
In the upcoming version of Business Central there is one interesting feature for AL developers - Returning complex types At last, on the customers question "How difficult is that?" you can answer…
In the upcoming version of Business Central there is one interesting feature for AL developers - Returning complex types At last, on the customers question "How difficult is that?" you can answer…
To be honest I’m thrilled to write about this topic. The thing is, that I started my NAV developer career from developing the Dimension Correction tool for NAV 3.7 and…
As most of you, I guess know, it is not allowed to extend Business Central API's : This page type cannot be extended by creating a page extension object. Instead, you must create a new API by adding a page object However, sometimes we just need to send more data about the entity: Customer, Vendor, Sales/Purchase documents etc.
This blog may seem very narrow-focused, but here we will use tricks that could be widely used. Assume you want to add a new option to the Sales or Purchase Line…
I planned to publish this blog for 6 months, but only the latest 16.1 update of Business Central gave me such opportunity. Old Camera API (before 16.1) The ability to…
It was a while since my last blog. With all this happening outside I had to solve some home stuff. But everything is ok :) I'm safe and we are…
During preparation for the #DirectionsEMEA i moved my demos to the Wave 2 and found that TypeHelper.SetBlobString and TypeHelper.ReadBlob doesn't exist in Wave 2. Searched here and found this walkthroughWell, not very helpful.That is…
Recently, I've got a bunch number of e-mails starting with this Subject "Your extension is incompatible with an upcoming release of Microsoft Dynamics 365 Business Central" So, I thought, not…
This blog I wanted to write for a while. But as NDA under Business Central Wave 2 is lifted my hands are untied Today I want to talk about how…
From the beginning of SaaS story of NAV, when it became a Business Central we had "Tenant Management" codeunit with very useful functions Such functions as IsSandbox(), IsProduction(), GetTenantId() i used quite…