Create NAVX-Package with AL-Files and Visual Studio Code

wanmatwanmat Member Posts: 2
Hey there,
in early examples of Creating NAV Extensions with Visual Code you could see that you can create Extensions for NAV 2017 with Visual Studio Code, Creating AL Files and create and publish an NAVX-Extensions. When you now install Visual Studio Code and install the AL Language Vsix. the whole configuration is for NAV 2018 and create an APP-Package.
On official Microsoft Docs
NAVX-Packages (ExtensionV1) is descripted the old way, using txt-files and create delta-files. and then use the powershell to create an navx-package.
Only Extensionv2 is descripted using Visual Studio Code and Create APP -Extenstion. Therefore you need the Developer Service Endpoint of the NAV 2018 Service Tier which you don't have in NAV 2017.
So when reading the old Examples i don't get, how to create an navx-extension and how to get the symbol referecence without developer endpoint.
Sign In or Register to comment.