Posts

Showing posts from December, 2016

How to read Excelfile using x++ code in ax 2012

Hi Guys, The following code will helps you to read Excel file using x++ code.   static void howToReadExcelSheet(Args _args)   {             SysExcelApplication                    application;             SysExcelWorkbooks                     workbooks;             SysExcelWorkbook                      workbook;             SysExcelWorksheets                    worksheets;             SysExcelWorksheet                      worksheet;             SysExcelCells                       ...

Dynamics AX7 Useful links

Hi Guys, Below are the few links help you to start learning AX7. http://viraldax.blogspot.in/2016/03/microsoft-dynamics-ax-7-how-to.html https://blogs.msdn.microsoft.com/axsupport/2016/03/23/get-started-developing-in-ax-7/ https://stoneridgesoftware.com/differences-in-development-for-microsoft-dynamics-ax-7/ https://community.dynamics.com/ax/b/axilitynet/archive/2015/12/10/ax7-sneak-peek-the-new-aot Thanks