Everybody loves the power of CalcDate, but what about calculating time? In this video, I set out to create a CalcTime function that gives the same power as CalcDate. Check out the video:
Tag Archives: Function
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).
Calling Azure Functions from AL (new in Business Central 2022 Wave 2)
Calling Azure Functions from AL (new in Business Central 2022 Wave 2)
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.
Testing multiple Azure Functions apps running together with Microsoft Tye
If you frequently work with serverless architectures and expecially with Azure Functions, I think that you know that splitting a complex process in multiple “microservices” is often a good architectural choice.
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.
How to execute mathematical function in Business Central
Are you looking for for running some mathematical function in Business Central then may be this blog post is interesting for you.
In Business Central new system code unit is provided to execute some important mathematical function.