How to Obtain Different PDF Reports of Sales Orders through Webservices

In the world of ERP solutions, the capability to create reports and disseminate them across different systems is of paramount importance. This functionality becomes even more critical within platforms like Microsoft Dynamics 365 Business Central, celebrated for its robust reporting features.

Source : Ivan Singleton
Read more…

List and Dictionary data types advanced overview

List and Dictionary are powerful data types for working with data. Every Business Central developer needs to know and be able to work with them. Today I want to describe basic examples of use and also go into more details, such as nested lists and dictionaries, how to read or write data and etc

Source : Volodymyr Dvernytskyi
Read more…

Using OAuth 2.0 to connect Business Central APIs and Web Services in Power Automate – OAuth in HTTP action

As you might know, Web Service Access Keys (Basic Auth) for Business Central Online has been removed with Business Central 2022 release wave 1. We are gradually transitioning from Basic Auth to OAuth over the year.

And last year we discussed how to use OAuth 2.0 to connect Business Central APIs and Web Service in Postman.

Source : Dynamics 365 Lab
Read more…

Business Central: How to assign Serial and Lot No. from Warehouse Receipt using webserives

The following post is related to how to manage the number of series and lots numbers to Items that are in the Warehouse Receipt.

This article shows how you can create a webservice in Business Central that allows you to Create, Obtain and Delete Reservation Entries in order to manage series and number of lots.

Source : Ivan Singleton
Read more…