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 →
Now that we have installed and configured Business Central On Premises, let’s see how you can configure and use Visual Studio Code to create an extension. First, let’s verify the service tier development settings: Make sure Enable Developer Service Endpoint has been enabled, and make a note of the Port number (default 7049). Then download … Read More →
After you have installed Business Central On Premises, as explained in the previous blog post, you will notice that Personalization is not enabled: I don’t know why, if this is by design or not, but you can enable it as follows. First, find your navsettings.json file: Here you can find more info on modifying the … Read More →
To install Microsoft Dynamics 365 Business Central On Premises, first obtain the installation DVD. You can download it here: https://mbs.microsoft.com/partnersource/northamerica/support/bconpremdownload Then, select your flavor (localization): Download and unzip it, then run the setup.exe: Click Next in the welcome screen: Accept the eula: Choose your setup options: When you select the Get a free online trial … Read More →
A question I get asked sometimes, during my Power BI trainings is, can I use PowerPoint to display my Power BI reports and dashboards? Yes of course, I usually answer, and then I explain, that in your Power BI workspace, when you select your report, in the File menu there’s the following option: You simply … Read More →
Let’s get started. In Power BI Desktop, select Get Data, More: Authenticate using your Office 365 credentials (email & password), end then select a query: In this case, I’m filtering the navigator on queries that contain the word item in their name, and then I select Edit to verify the query in the query editor: … Read More →
A very interesting blog post from Kurt Juvyns about object ranges: I wanted to provide some clarity on how you want to think about object ranges in Dynamics NAV and Microsoft Dynamics 365 Business Central. Which object ranges are used for what, which one have potentially costs associated, how do you apply for them and … Read More →
Recently, on some of my ‘machines’ I get the following errors, when trying to publish an extension (F5): The runtime version of the extension package is currently set to ‘2.0’. The runtime version must be set to ‘1.0’ or earlier in the app.json file in order to install the extension package on this platform. Apparently, … Read More →
Well, first of all, why not? And second, I’ll be there π All kidding aside, when you are passionate about and want to drive innovation and success with Microsoft Dynamics NAV and Business Central, these are pretty good conferences to get informed about what’s coming, learn about it, talk about it, exchange knowledge and ideas, … Read More →
Have you been in a situation where you are on a Microsoft Dynamics 365 Business Central instance and want to figure out the build number? Well, look no further and simply open the System Information page: and voila: Update The above information is no longer valid. In the meantime, if you are running a version … Read More →
With this release, there are several new features that help building your solutions as extensions: New virtual tables for Report Data Items and all Page Control fields Translating Base App help using AL extensions Adding help links with user locale on new created objects Field group extensiblity Report substitution is possible from extensions See more … Read More →
A free version of Teams, the collaboration tool used by hundreds of thousands of businesses across the world, has been released by Microsoft. The program, which brings together chat, meetings, calling, files and apps in a shared workspace, will be available in 40 languages for up to 300 people. The move comes ahead of Inspire, … Read More →
https://blogs.msdn.microsoft.com/nav/2018/07/30/developer-preview-july-2018-update/ Welcome to the July update of the Developer Preview. WithΒ this release, we bring you several new features that help building your solutions as extensions. We also include over 200 resolved GitHub issues. See the list of closed bugs here:Β https://github.com/Microsoft/AL/milestone/18?closed=1. OData-bound actions in AL Event discovery using a recorder Extensible Enums This Developer Preview is … Read More →