This article provides information about how to make a newer version of extension upgrade available on tenants. The first phase of the process is to develop the extension for upgrading. In this phase, you add code to upgrade data from the previous extension version. Once...
Azure Logic app with Business Central In this video I will show you how you can configure Azure logic app and then connect with Business central. I am taking an example to create a Customer records in Business central and sending a notification to the...
Microsoft Dynamics Business Central Boolean Switch problem on Chrome and Edge browser Bug? Currently, all Dynamics 365 Business Central SaaS clients running Booleans or Demos on Chrome and/or Edge browser are finding the browsers are shifting true/false fields in BC over the captions of certain...
NOW EASY TO PUBLISH ALL DEPENDENT APP ALTOGETHER WITH THE FOLLOWING COMMAND There are few apps which we work on and also have some other app nested, and need to take care before publish the main app, either the other dependent app is already installed,...
BC OAuth2.0 Token Based Authentication (Part -1) About OAuth: OAuth2.0 is an open standard for authorizing access to web services and APIs from native clients and websites. It is commonly used in Azure Active Directory (Azure AD) for authentication purposes. In the context of Business...
OAuth2.0 Token authentication with AL code for Business central – Part 2 In our last video (Part 1) we have been gone through the Token authentication using Postman, App registration with Azure portal, in this part I am showing how we can generate the token...
Business Central 2021 release wave 2 – Preview Environments. Preview environments are Business Central online sandbox environments that you create on a preview version of the application. When you create the new sandbox environment, choose the preview version marked as (Preview) from the version list. This way,...
I found one of the the method and DLL file which is being used in below code to generate the particular width and height of the QR code in Pay slip. Note: please check your thermal or Zebra printer setting to print QR code image....
Snapshot Debugger in Business Central Production Environment Snapshot debugging allows recording AL code that runs on the server, and once it has run, debug the recorded snapshot in Visual Studio Code. To create and download a snapshot file that exists on the server on behalf...
AL Code as per below Create New Report with having barcode image. In RDL design add image type control and put the barcod2 variable into that like we do normally for Picture control. Global Variable var BarCode2:...