Sunday, July 3, 2016

To Run .exe file in AX 2012

// To Run .exe file in AX 2012
WinAPI::ShellExecute();
CLass --> SysShellExecute
Method --> SysShellExecute--> Main
parameter --> Args

or else
class -->  System.Diagnostic.Process

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...