How to get Access Token in Business Central using OAuth2 Codeunit
Hello, in view OAuth2 authentication method is currently popular because as of October 1, 2022, it is mandatory to connect to Business Central web services, I wanted to make a …
A blog about Business Central, .NET, Azure OpenAI, and IoT
Hello, in view OAuth2 authentication method is currently popular because as of October 1, 2022, it is mandatory to connect to Business Central web services, I wanted to make a …
In the next post, I want to mention a way to expose data using Queries. Queries are a compelling object type within Business Central, as they allow us to retrieve …
The weekend before this post, I was working on a migration from Navision 2015 to Business Central On Cloud (V20.4), and after finishing everything, the client asked about the Record …
Business Central allows us to set or select the fields that will be initially loaded when the record is retrieved from its data source, improving the performance of objects such …
In this post, I am going to explain how to connect and read a file on an SFTP server and create a record in Business Central automatically through Azure Functions …
Since the arrival of Business Central on Cloud, a big question arose, how to now connect Local Files, Printers, and other peripherals with the ERP? To achieve this there are …
In this post, I want to show a simple way to create the functionality of being able to attach documents in Business Central tables, which originally do not have this …
Hello, I want to share a little code that allows you to import multiple files in a .zip and attach them to a “Sales Order“. This process could easily be …
Custom Filter Tokens is an interesting feature in Business Central, which allows us to add filter tokens in the form: TOMORROW YESTERDAY THISMONTH THISYEAR FISCALYEAR CHRISTMAS In other words, Tokens …
The Controls Add-ins is a type of object in Business Central that allows us to add custom functionality. It’s a custom control, or visual element, for displaying and modifying data …