I am currently developing a system that will allow for an external piece of software to click a button. This will then execute some c#.net code that plans to call the Dynamics NAV RTC by using the following code.
Process.Start("Microsoft.Dynamics.Nav.Client.exe");
The external application contains variables that i would like to pass through to NAV CRM.
Is there a way that i could do this by Passing the parameters like what you would with a web address similar to the way below:
Microsoft.Dynamics.Nav.Client.exe [url=DynamicsNAV://localhost:7046/DynamicsNAV70/CRONUS%20UK%20Ltd./RunPage?Page=50000&No=10]DynamicsNAV://localhost:7046/DynamicsNA ... 0000&No=10[/url]
The above line doesn't work but does anyone in the community know how i could produce this functionality?
Thanks
0