Fastly publish extension from Nav 2018 RTC

If you already working with Nav 2018 extension, you know you have to go through powershell command to import new .app in Nav : How to: Publish and Install Extention I developped small function to allow you to do this fastly through RTC on Extention management page. A new button “Import” ask an app file with […]

Consume Nav WebService CodeUnit with Php

You can find plenty information over internet to consume nav web service but lot of them need modification for working in your case. I provide you a Php code to consume Nav Codeunit by SOAP Webservice tested and working. Nav part : – Create a codeunit with public method you want to be accessible. – […]

Modify Nav Database for automatic source code archiving

I searched a way to automaticly export Nav objects source code when modified/compiled. This save the powershell export command time. This was destinated to a TFS server and structured by object type but you can easly modify file name/structure as you want if you’re ok with SQL. Warning, this modification do not concern Azure Nav installations. […]