Mocking HTTP Calls in AL Tests
With version 15.0, Microsoft has introduced a new capability in AL Language a new handler type:HttpClientHandler. This new handler type allows developers to mock HTTP…
With version 15.0, Microsoft has introduced a new capability in AL Language a new handler type:HttpClientHandler. This new handler type allows developers to mock HTTP…
Managing sensitive data in JSON objects got a major upgrade! In Microsoft Dynamics 365 Business Central, on Cloud, developers often work with SecretText, a data…
Hey there! Ready to dive into the latest updates to the AL language in Business Central? This post will give you a rundown of the…
From version 15.0 of AL Extension there is a very cool and useful feature shipped! Now its supported implicit conversion between Record and RecordRef instances, allowing direct assignment between…
Still lot of projects are lead on “old” ways, not changing to new approaches. Every developer makes mistakes when it comes to coding. Some come…
When extending Business Central, using the right design patterns can be a game-changer. In this blog post, I will share valuable insights into best practices…