Today’s post covers some programming that is not of my own making. My colleague Andreas Rascher has built a damn cool functionality that allows you to export the dataset of RDLC reports in different formats. Since we think the functionality is extremely useful, we didn’t want to keep it from you.
Tag Archives: Develop
9 tips for developing reports in AL
Damn it. I gave everything to write 10 tips together, but in the end there were only 9. Reports can drive you to despair in AL. While extensions have been available for tables and pages for a long time, we have to be patient with reports until the following screenshot of a report extension becomes reality. To make your life as easy as possible until then, I’d like to share a few tips for developing reports in AL. For some…
Blog Series Part 9: Developing Matrix Report in AL for MSDYN365BC.
So let us focus on the Developing report in Microsoft Dynamics Business Central MSDYN365BC. The format is mentioned in the Blog 01 – Customer Requirement for AL Development 2.5 Interface Report.
Blog 03 – How to Develop List Page for AL in MSDYN365BC.
The customer requires a new list page to which should be non Editable and from which he can Import , Process, Post and Print Report.
Let’s try to add this page to our extension.
Blog Series Part 2: How to Develop Table for AL in MSDYN365BC
In this lockdown situation, let’s keep ourselves motivated and utilize this time for learning AL. I have provided a Customer Requirement and will be writing series of blog to develop the functionality which will consist of multiple objects in AL.
How to Develop Business Chart in Microsoft Dynamics 365 Business Central
In this blog, I’m going to discuss Business Chart in MS Dynamics 365 Business Central.
Business charts are based on Business Chart control add-in which is provided by the Microsoft.Dynamics.Nav.Client.BusinessChart.dll assembly.
Having Demo Data while developing Business Central Apps with Docker
I have always preached that you shouldn’t try to keep your Docker containers running. Containers should be something, which easily can be dismissed and recreated for any developer. One of the frequent questions is then: But what about my demo/development data?