I’m not a big fan of using BLOB fields on the Dynamics 365 Business Central database, but there are many scenarios where you need to handle BLOBs inside the database directly. As an example, imagine to have an application that handles different types of labels related…
Very occasionally you may find that a report that is slow to render – but still renders successfully – in Power BI Desktop shows the error “Visual has exceeded the available resources” for some visuals when published to the Power BI Service: Source : Chris Webb's…
If you've never done any NAV or Business Central development, but would like to, join me on this journey to learn how to develop in Dynamics 365 Business Central. Source : Steve Endow Read more...
Preparing for my first workshops at NAVTechDays, I had been thinking about which tasks should I give to the developers. Since the workshops were named from Zero to App on AppSource, I started to write the small script with exercises. And the word zero in here…
A week ago, my friend Daniel asked a question on Twitter how to use the Excel Buffer to export data with Business Central online. Many functions on the Excel Buffer are only available for on-prem. When you change the target in app.json to ‘Cloud’ then those…
It is possible to substitute reports from the base application with “custom reports“. Great! This can be done by subscribing to the “OnAfterSubstituteReport” event published by “Codeunit 44 – ReportManagement“. Source : Roberto Stefanetti NAV & Business Central Blog Read more...