Dear,
I want to create a button that when I clic on it it call external application in NAv
Dear,
I want to create a button that when I clic on it it call external application in NAv
Not sure if it can be done but you will need something like the Excel Management Codeunit 6008960.
Hi Amine,
If your trying to call .exe in nav you can use
[ReturnCode]:= SHELL(Name [, Param, …]);
or just simply
SHELL(Name [, Param, …]);
where name is the .exe that you will call.
Regards,
Richard