If you are using NAV2015: use PowerShell - start the Microsoft Dynamics NAV 2015 Development Shell and then use the function Compile-NAVApplicationObject
If you are using NAV2013 or 2013 R2 you can call the NAV client from the command prompt (you can script that, too)
See MSDN: https://msdn.microsoft.com/en-us/library/hh165406(v=nav.70).aspx
[in the top you can select other NAV versions as needed]
Look for the CompileObjects command.
Comments
If you are using NAV2013 or 2013 R2 you can call the NAV client from the command prompt (you can script that, too)
See MSDN: https://msdn.microsoft.com/en-us/library/hh165406(v=nav.70).aspx
[in the top you can select other NAV versions as needed]
Look for the CompileObjects command.
http://www.msdynamics.de/viewtopic.php?f=17&t=25497