How to Create a Custom REST API in Business Central Cloud?
Here you can learn how to publish a REST API in Business Central. API can be used to integrate other applications into Business Central. API has more functionalities like deep … Read more
Here you can learn how to publish a REST API in Business Central. API can be used to integrate other applications into Business Central. API has more functionalities like deep … Read more
The following C# (C Sharp) program that I made will help to call web services or APIs in Business Central accessing by OAuth 2.0 authentication. Here I have called the … Read more
Here you can get knowledge about how to send a GET request and read a JSON response in Business Central – AL. I made a simple real-time currency exchange rates … Read more
The interface is introduced in Business Central 2020 release wave 1. Its concept is similar to other object-oriented programming languages and It is like a template that makes it easier to … Read more
Snapshot debugging is the best way to debug the Business Central cloud production environment. It records AL codes that run on the server and after finishing the debugging all recorded … Read more
I created a function to split a text with maximum characters trying without damaging words. For example, when developing reports, there may be requirements to capture fields containing long text … Read more