Skip to main content

Useful Links

Here is a list of some of the links that I have found useful when implementing dynamics NAV/ business central:
  1. https://docs.microsoft.com/en-us/previous-versions/dynamicsnav-2016/gg502478(v=nav.90)https://saurav-nav.blogspot.com/2016/12/microsoft-dynamics-nav-2017-create-sll.htmlhttps://saurav-nav.blogspot.com/2015/11/microsoft-dynamics-nav-2016-how-to.html-Implementing security certificates (configuring web client, phone client & tablet client using NavUserPassword).
  2. https://www.archerpoint.com/blog/Posts/what-version-microsoft-dynamics-nav-should-i-use-database -Which NAV Version to use for my NAV DB
  3. https://www.ecanarys.com/Blogs/ArticleID/257/How-to-Remove-the-Departments-Action-Button-in-NAV-2015 -How To remove or add departments button to the navigation pane in dynamics NAV.
  4. https://dynamics.is/?p=1376   how to remove excel erro "invalid type library execption...." when using export function in rapid start dynamics NAV
  5.  

Comments

Popular posts from this blog

BUSINESS CENTRAL APP ON-PREM + GIT HUB - step by step guide

          Salut ✊🏽🖐🏽! INTRODUCTION With the introduction of AL + Visual Studio Code, Business Central users can now make use of the variety of source code management tools available in the new developer tool. This is a game changer as it simplifies the process of change tracking of your customizations unlike previously when you had track any changes through meticulous code commenting in C/SIDE. In this blog I shall provide a step by step guide on how to setup source code management for your on-premises Business Central extension development. So let's begin: STEP 1 : Install VS Code and Configure Git Open your visual studio code IDE (Download and install from here ) and locate the Source Control button in the Action Bar (Ctrl+Shift+G). If you haven't installed and configured Git then you will see the screen below: Click on Install git. This will navigate to the GitHub download page where you will down load the executable file and run in in your windows ...