Update apps installed from Appsource in Business Central Online with Powershell

This post will show you how you can update apps installed from the Marketplace in Business Central Cloud with Powershell.

In the example below, powershell will be used which will invoke the APIs needed to update the APPs installed from the marketplace. For convenience I added a couple of functions to the BCContainerhelper to make it more convenient, in this way we can take advantage of the token management already present in the module, placed in GitHub.

Source : Roberto Stefanetti
Read more…

Managing DotNET Dependencies on AppSource for Business Central

When you try to convert existing C/Side objects to AL the first attempts are typically done while scoping OnPrem. This gives an overview of the errors to be fixed w.o things like DotNET.

In this phase you typically switch between C/Side and Visual Studio Code all the time fixing the errors one-by-one and reconverting.

Source : Mark Brummel Blog
Read more…