In my process, I need to open Microsoft Dynamics Ax but I’m not working directly with the application that is holding production data
On my Windows 10 desktop I have two shortcuts to Dynamics Ax with those targets :
Production shortcut : “C:\Programes files\Microsoft AX\Client\Bin\Ax32.exe”
Test shortcut: “C:\Programes files\Microsoft AX\Client\Bin\Ax32.exe” “\Axapta\Dynamics\Config\Ax.axc”
As you can see, for the test shortcut I have additional option to launch the application. I tried to add them in Input:Argument of Open Application activity but it’s not working. I got error from Ax saying that parameters are invalid.
If I put everything in FileName field I got exception from UiPath saying that the file path is not found.