Microsoft Dynamics AX 2012 R3 CU8
Microsoft Dynamics AX 2012 R3 cumulative update 8 http://technet.microsoft.com/EN-US/library/dn762135.aspx
Continue Reading
Microsoft Dynamics AX 2012 R3 cumulative update 8 http://technet.microsoft.com/EN-US/library/dn762135.aspx
Continue ReadingPrerequisites for Dynamics AX 2012 R3 Main Requirements for Microsoft Dynamics AX 2012 R3 System are: Supported server operating systems Windows Server 2012 R2 Standard Edition orDatacenter Edition Windows Server 2008 R2 Standard Edition Supported SQL: Microsoft SQL Server 2014,…
Continue ReadingError during installation of Enterprise Portal for AX 2012 R3 with SharePoint 2013 Error: \”Microsoft SharePoint 2010 is not installed or running. Please run the prerequisite utility for more information. Operation is not valid due to the current state of…
Continue ReadingWhat\’s the difference between importing Model Store versus Model file? A model file is just a part of the whole model store. Normally we often want to install just one model, not everything. We normally Export and Import the model…
Continue ReadingMicrosoft Dynamics AX 7 Microsoft Dynamics AX \’7\’ on track as a major \”technology release\” Though the next major release of Microsoft Dynamics AX has been out of public view, progress continues on AX ‘7\’, a.k.a. \”Rainier\”, according to Microsoft…
Continue ReadingHow to Show User Name in startup message 1. Go to the Info class AOT-> Classes-> Info. 2. Expand info class and find startup method under that and write below code UserInfo userinfo; Select name from userinfo where userinfo.id==curUserId; Box::info(‘Welcome’+userinfo.name);…
Continue ReadingHow to Shutdown AX Client ? To Shutdown axapta AX, Check this code: public static void shutdownAxapta(){SysGlobalCache cache = appl.globalCache();info info;;cache.set(classstr(info), identifierstr(Autologoff), true);info=new info();info.shutDown(true);} Try this code as well: static Void DASShutDownAxapta(){SysGlobalCache cache = appl.globalCache();info info;; cache.set(classstr(info), identifierstr(Autologoff), true); info…
Continue ReadingGet Your 15 Percent MCP Exam Discount Code Achieve your certification goal in 2014. Take advantage of this special 15 percent discount on MCP exams by December 31, 2014. Get the discount code and details on Born to Learn. The last quarter of…
Continue ReadingDifference between Hotfixes, Cumulative Update and Service Pack for AX 2012 Hotfix:A hotfix is code (sometimes called a patch) that fixes a bug in a product. Users of the products may be notified by e-mail or obtain information about current…
Continue ReadingUnable to accommodate the continued growth, Planning to have ERP? Consider Microsoft Dynamics AX, What Infrastructure does AX need? We have shortlisted Microsoft Dynamics AX for our ERP solution, but we are not sure of Microsoft Dynamics AX Infrastructure. Things to consider for…
Continue Reading