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

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...