Scenario; (I have a hand held device i have connected it through remote desktop on windows. Now i would like to design a form that will open when ever user clicks a file batch or any other. I dont want to open the navsion just this form will open on his screen and he can get work on this one. I am preparing this for warehouse receiving.
What version is your NAV? if it is 5.01(5 SP1) or higher, try to get more info about ‘Mobile’ granule(Administration->Application Setup->Mobile).
or open form you want in NAV, then goto File>Send>Link to Desktop, it will create shortcut in desktop with specific command line, use that command line in your batch files or just use that shortcut… you can change that cmd line to open any NAV form and select any record on that form.
The first step is to configure NAV to use your custom form as its “startup form”. if you are using a version prior to the MenuSuite then this is just a matter of defining the “Main Menu” in User Setup as your form. If this is a newer version then you will need to modify Codeunit 1 to start your form instead of the MenuSuite.
The second step is to configure Remote Desktop (Terminal Services) to run NAV as its startup program.