Learn how to Preview PDFs files in Factbox or via Actions Business Central (AL) || Preview PDF Files in FactBox and via Action Buttons in Business Central
In the blog, we will understand how we can Auto-Post Intercompany Gen. Journal Lines in Partner Company when the IC Gen. Journal Line are posted in the base company.
When developing extensions in Microsoft Dynamics 365 Business Central, you’ll often need to work with fixed sets of values — for example, statuses, types, or categories.
In AL, this is where Enums and Option types come in.
In this blog we will learn about how we can by-pass the Intercompany Setup's "Auto. Send Transactions" in base company and "Auto. Accept Transactions" in the Partner Company while posting IC Journals in the base company.
When working with pages in Business Central, you may already be familiar with List Pages (to show multiple records) and Card Pages (to show details of a single record). But what if you want to display a list of related records inside another page?...
When developing extensions in Microsoft Dynamics 365 Business Central, one of the most powerful tools available to AL developers is table triggers. These triggers allow you to write business logic that runs automatically when data in a table is in...
When working with record filters in AL for Microsoft Dynamics 365 Business Central, developers often wonder:
Should I use SetRange or SetFilter?
Although both functions achieve similar results by restricting the dataset, there are important differ...