One of the best ways to integrate Microsoft Dynamics 365 Business Central with other systems is through APIs. They offer the possibility to trigger Business Central logic through Bound Actions. In this article, you will learn what are they, how to use standard bound actions, and how to create custom ones.
Tag Archives: AL
Docs: What’s new in BC 23.1 for developers
In additional to a previous blog post, Docs: What’s new in BC 23 for developers, find out what has been added to the technical docs for BC 23.1 / runtimes 12.1 and 12.2.
How To Handle Media Types Like A Pro In Business Central
Media types are widely used in Business Central. This article shows practical tips for handling them. Learn how to view, import, transfer, and delete Media, and explore the differences between Media and MediaSet types.
If not IsEmpty() then DeleteAll()
My previous post on good and bad coding practices in terms of the performance touched upon one particularly contradictory coding pattern – calling IsEmpty before DeleteAll and ModifyAll functions.
Image Manipulation, directly in AL
The System Application is getting better and better, in the video, I take a look at a codeunit that enables you to manipulate images, directly in AL. Check it out:
Business Central 23 breaking changes
The process of upgrading your extension from earlier Business Central versions to the latest one often reveals a slew of errors, necessitating careful refactoring. Developers might need to engage in fine-tuning their solutions and addressing various breaking changes.
We have a new Page Type: PromptDialog in AL
As part of the AI/CoPilot rollout, Microsoft has decided to wrap the prompt process into a separate page type. In this video, I go poke at the page type and see what it can do. Check out the video: