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

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...