This is a sample Code to open MS word application from Axapta. You can try following code in job. COM word; COM Cdocuments; ; try { word = COM::getObject('Word.Application'); if (!word) { word = new COM('Word.Application'); } Cdocuments= word.documents(); } catch(Exception::Internal) { info("Internal Error"); }
Technical Tutorials x++,tips on issues or troubleshooting On Ax ERP ,Microsoft Dynamics 365,Ax 2012,Microsoft , U.S.,Business Software solution.