Skip to the content

News

Resident control add-ins

One of the most common questions I get asked about Control Add-ins is whether you can make a control add-in be always present and able to respond to your calls from AL. In other words: can you have a resident control add-in that you can invoke from anywhere in your AL code. I’ve done a […]

Business Central “View the last know error” page

Business Central “View the last know error” page Sometimes it can happen that Business Central does not report an error on the screen (or reports it minimally) making it difficult for the user to understand what went wrong or why a procedure was not successful. Without debugging in sandbox copy, etc. and without disturbing the ...

L'articolo proviene da .

Microsoft Dynamics 365: 2021 release Wave 1 plan

It’s that time again!  Recently, Microsoft released their plans for the next major version for Dynamics 365.  Quite some time ago, I started with commenting on that (I actually did that because one of the features at that point (being “code customized base app”), was something that I felt needed some criticism (and still do, …

Business Central 2021 Wave1 What’s New and Planned

Business Central 2021 Wave1 What’s New and Planned Always keeping in mind these notes: “Some of the functionality described in this release plan has not been released. Delivery timelines may change and projected functionality may not be released”, today the document “Business Central 2021 Wave1 What’s New and Planned” was made public. You can find ...

L'articolo proviene da .

Publishing apps to a Business Central Online Environment

There are 2 kinds of apps: AppSource Apps and Per Tenant Extensions (PTEs). These apps can be installed in the global scope in two kinds of environments: Sandbox and Production. In Sandbox environments...()

From JavaScript to AL and back: SkipIfBusy

If you missed my From JavaScript to AL and back: SkipIfBusy live session on January 8, or if you simply prefer to read rather than watch, then this post is for you. As promised, I’ll follow up in writing on all my video blogs, so here we go. It all started with this tweet from […]

BcAuthContext

The latest version of BcContainerHelper ( BcContainerHelper version 2.0.1 | Freddys blog ) comes with a new concept called a BcAuthContext. A BcAuthContext is really just a hashtable with authentication...()

A couple of ideas for HttpClient

When invoking any REST web services, a lot of AL code mostly looks like this: Of course, there are more things there, like headers or perhaps calling HTTP POST (or another method) instead of GET, but when you strip it down to the bones, the chunk above is what remains. Today’s post is a follow […]

BcContainerHelper version 2.0.1

Version 2.0.1 of BcContainerHelper was shipped with a number of very exciting new featuers. This blog post will list the features and I will have to document them elsewhere. Run-AlPipeline and Compile...()

Schedule for the period ahead

Happy New Year everyone, with a little delay. I was busy in the first two weeks of this year preparing and delivering the “Leveraging Git” webinar. It turned out to be quite a success, but it also prevented me from doing my live session last Friday. But this short break doesn’t mean I am not […]