Category / D365 BC

Microsoft Dynamics 365 Business Central is an enterprise resource planning system developed by Microsoft. The product is part of the Microsoft Dynamics family, and is the successor product to Microsoft Dynamics NAV. Here you’ll find content concerning AL programming and BC related technology.

MS365BC JSON Viewer FactBox

In my daily work I often encounter interfaces and web services of any kind. Whether inbound or outbound, they usually use some kind of payload in the form of JSON these days. No matter if it’s the outgoing object or the response of the web service. Since I fundamentally implement strong logging in my extensions, […]

REST API using S2S authentication

With deprecation of the good old basic authentication in Business Central SaaS versions we had to deal with the more complex OAuth authentication flows when we wanted to connect external services to our Business Central REST API. Luckily, Microsoft has provided us with a great and similarly simple option as Basic Auth, the Service to […]

Next Page »