Skip to content
Soren Klemmensen edited this page Jun 12, 2017 · 13 revisions

Welcome to the DynamicsNAVSCM wiki!

Getting the extension to work.

Currently there are a few required settings that need to be present in either your user settings or your workspace settings. These are the following:

These settings needs to be present in your workspace settings:

  • dynamicsnav.zip
  • dynamicsnav.solutionName

The rest of the settings can either be specified in your user settings or in your workspace settings.

I would recommend your settings looks like this: User settings (Located in %APPDATA%\Code\User\settings.json):

{
    "dynamicsnav.licensefile": "<Location to .flf license file>", 
    "dynamicsnav.commonsqllocation": "<Location where both the remote SQL Server and your SQL Server can access>"
}

Clone this wiki locally