Posted inOff-topic
Posted inDynamics NAV & BC Tips & tricks
Configure New Company Using Rapid Start Services
You can create a new empty company and use the RapidStart file and apply it to the new company. For example: Bron : Thread Punter Lees meer...
Posted inData & Analysis
Configuring Power BI Gateway Data Sources For Files And Folders
Recently I’ve been building a lot of Power BI reports from csv and Excel files, and to make sure that scheduled refresh works I have been setting up data sources in an On Premises Data Gateway (what used to be called the Enterprise Gateway). I had…
Posted inData & Analysis
Data Privacy Settings In Power BI/Power Query, Part 5: The Inheritance Of Data Privacy Settings And The None Data Privacy Level
Something I didn’t understand at all when I started writing this series was how the “None” data privacy level worked. Now, however, the ever- helpful Curt Hagenlocher of the Power Query dev team has explained it to me and in this post I’ll demonstrate how it…
Posted inDynamics NAV & BC Tips & tricks
Convert Base64 with AL code
A couple of weeks ago, I was trying to write web service examples in AL code for VS Code. Unfortunately, at that time, it was not possible to call the Base64 methods on the TempBLOB table. And because those functions on the TempBLOB table are using…
Posted inDynamics NAV & BC Tips & tricks
The 5 must-know facts about Microsoft Dynamics NAV Reports Upgrade
We all know what a difficult task can be Dynamics NAV reports upgrade if you decide to change your reporting technology from Classic to RDLC. It requires quite a bit of knowledge and experience to make your reports look and work the same way as they…
Posted inDynamics NAV & BC Tips & tricks
Running Automated Tests From PowerShell
Automating your automated tests is just as important as creating and maintaining them, you want to be able to run your tests at least once a day and ideally multiple times a day or even after every check-in. Bron : THE NAV BLOG Lees meer...