Get response from Azure Function in 1,2,3 lines

Don’t get me wrong, I do not see anything wrong in building everything by yourself but it is also great to know that you can do something faster and don’t need to spend time on something which was already built by someone else. Example: you can get a response from Azure Function in just 3 lines of code (not counting variables).

Source : MYNAVBLOG.COM
Read more…

Connect to Azure Function in BC 2022 wave 2 (v21)

The new version of the Microsoft Dynamics 365 Business Central brought a new system module “Azure Functions” that makes integration with Azure Functions much easier and straightforward. The typical scenario, why to use Azure Functions together with Business Central, is if we need to use the .NET interop component (for example custom DLL) from AL.

Source : Tomas Kapitan
Read more…

Business Central: Barcodes in Pages with Azure Functions

Hello, today I want to share an interesting project on how to show barcodes on Business Central pages, in the previous post, we did it to achieve it in reports.

For this example we use the Item Card as a reference, it can be changed to any page that we want to create a barcode.

Source : Ivan Singlenton
Read more…