Business Central: How to manage Items via web services
The following post explains how to create and publish codeunits as web services in order to create and update Items in Business Central. The web services that will be shown …
A blog about Business Central, Xamarin and Arduino.
The following post explains how to create and publish codeunits as web services in order to create and update Items in Business Central. The web services that will be shown …
The following post is related to how to divide a List into several sublists given size in Business Central. I recently had a case where I was asked to build …
A short time ago, I had a support case where the customer showed that the Price List was not working correctly. After a couple of hours, we were able to …
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 …
Hello, today I want to share a micro post, which is based on CommitBehavior which is one of the Method Attributes available in Business Central. Overview Thanks to the Decoration …
Hello, today I want to share a post related to how we could obtain any Business Central record in JSON format using a generic method that would be able to …
Hello, today I want to share a very simple Post, regarding how to send notifications from Business Central Workflows to a Chat or Channel in Teams. Power Automate In order …
Business Central allows us to perform Isolated Storage, which is extremely useful if, for example, we want to store Passwords, Tokes, and Secrets without having to resort to Tables. A …
Hello, today I want to share how to use FilterPageBuilder Data Type to create advanced filters before opening the list page. Project Overview Basic concepts. Code in Business Central Tests …
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 …