How to attach from a zip file to a Sales Order in Business Central
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 …
A blog about Business Central, Xamarin and Arduino.
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 …
The objective of this Post is to create a small system, based on the Arduino platform capable of real-time telemetry, using MQTT through Azure IOT to send messages and Azure …
Hello, this post is dedicated a bit to how to run asynchronous processes in Business Central through Page Background Tasks. Running asynchronous processes here is very similar at the concept …
In the next post, I will show how to use the OpenAPI Specification (OAS) standard to document and Try Out the Standard APIs exposed by Microsoft in Business Central and …
Hello, in view of my last publication related to “How to make inquiries in Business Central using Telegram Bot“, it generated a lot of interest, I had the idea to …
Hello, today you want to share something that I found quite interesting and it’s how to send or receive notifications from Business Central to Telegram. I initially thought of doing …
Hello, today I want to share with you a simple way to connect Business Central with One Drive and Business Central. As you may have already noticed, I’m a bit …
Hello, today I want to share an interesting project on how to show barcodes on Business Central pages, in the previous post, we did it to achieve it in reports. …