Imagine you accidentally delete your launch.json file in your project, or you clone a git repo that does not have a launch.json file, then what do you do? Do you manually create a new launch.json file? Do you copy a launch.json file from another project? Do you go to #bcalhelp and ask for help? These … Read More →
Since the release of the new development environment, some thing have changed… And one of these things is how you, as a developer, run a query. Imagine you have created this amazing query object: Well, in the past you could have simply used Ctrl+R or the Run button in the object designer, to get a … Read More →
A question I got recently was, how can I visualize or create a dataset that can show/fetch information on a timeline? For example, I have a time-sheet and want to visualize the hours employees worked at certain projects, per day, week, month, year, and so on. In this example I will create an order intake … Read More →
Recently someone asked me if it is possible to programmatically access information from notes and add them on a page or report, so I thought, why not blog about it? The first thing you should know is that notes are saved in the table: “Record Link“: And you should also know that there’s a codeunit … Read More →
UPDATE: How do I: Create a Report Extension to add a field to the dataset of a Report? – think about IT That’s a question I hear frequently from Customers and I see frequently on several fora. And if you are new to Business Central, without any prior knowledge of Dynamics NAV Development, … Read More →
When you need to design a layout for a report, using VSCode, when creating an extension, as you might already know, you have the choice between using Report Builder and Visual Studio. And you can use both of them at the same time, which enables you to combine the advantages of both environments when designing … Read More →
Here I’m again, ready to continue this post (http://thinkaboutit.be/2019/01/how-do-i-create-a-document-report-and-layout-in-vscode-part1). At this moment we have a dataset that fetches information from two tables: a header and a line, that are joined together via the DataItemLink and PrintOnlyIfDetail properties. Now it’s time to add a layout. Now, a report can have none, one, or multiple layouts. Using the … Read More →
In my blog post: How Do I : Create a Report, and layout, in VSCode? I explained the basics on how you can create a simple report for Business Central. In this post, and due to many requests, I will explain how you can get started to create a document report. What is a document … Read More →
Some time ago I mentioned a brand new product: SQL Operations Studio. Its feature set was small and aimed mainly at the developer persona. Now, recently, SQL Operations Studio was rebranded as Azure Data Studio. Although they’re effectively the same thing currently, you do need to install Azure Data Studio separately from your existing sqlops … Read More →
https://community.dynamics.com/business/b/businesscentraldevitpro/archive/2018/12/20/developer-preview-december-2018 This December marks the two year anniversary of the very first AL Developer preview back in December 2016. And we want to use this opportunity to say “Thank you!” to all the partners that have dived into AL, installed the Visual Studio Code, and AL Language tools. We are now at 47K downloads, and … Read More →
(Copied from: https://powerbi.microsoft.com/en-us/blog/modeling-view-in-power-bi-desktop/) The new modeling view for Power BI Desktop is here! See the announcement in the November Power BI Desktop feature summary. It is designed to work with enterprise datasets that grow in complexity. Such datasets can easily contain over 100 tables. Here is a summary of what you can do with the … Read More →
Almost every time I deliver a training, presentation, webinar,… someone always asks me, what is this magic you use to zoom in and out and annotate? Well, the answer is: ZoomIt, by Mark Russinovich. ZoomIt is a screen zoom and annotation tool for technical presentations that include application demonstrations. ZoomIt runs unobtrusively in the tray … Read More →
You might have read my previous posts How Do I: Develop an Extension in Business Central On Premises? and How Do I: Create a Dynamics 365 Business Central Demo/Sandbox Environment? Now you might be wondering, How Do I: Develop an Extension in Business Central Saas, meaning the online Business Central environment? Well, first of all, … Read More →
There are many ways to spin up a demo environment for Dynamics 365 Business Central. For example, you can use a Docker image, or register for an online tenant, or create one on Azure: What Docker Image is right for you? Multiple ways to run a NAV on Docker image. http://aka.ms/getnav http://aka.ms/navdeveloperpreview http://aka.ms/getnavworkshopvms Sign up … Read More →