Difference Between AX 2012 R2 and AX 2012 R3 for Developers

Difference Between AX 2012 R2 and AX 2012 R3 for Developers: Find the excel here http://1drv.ms/1wKYJy9 TN at: What\’s new in Microsoft Dynamics AX 2012 R2 cumulative update 7: http://technet.microsoft.com/en-us/library/dn527179.aspx What\’s new in Microsoft Dynamics AX 2012 R3 cumulative update 8: http://technet.microsoft.com/EN-US/library/dn762135.aspx

Read More

Visual Studio Tools for Microsoft Dynamics AX 2012 R3 CU8 now requires Microsoft Visual Studio 2013

Visual Studio Tools for Microsoft Dynamics AX 2012 R3 CU8 now requires Microsoft Visual Studio 2013 It is important to note what this means.  Development work (ex. Enterprise Portal, SSRS) done in Visual Studio will now be with Microsoft Visual Studio 2013 Note when going to CU8 • Report Viewer 2012 runtime component is required • Visual…

Read More

Learning MS Dynamics AX 2012 Programming by Mohammed Rasheed, Erlend Dalen

Learning MS Dynamics AX 2012 Programming by Mohammed Rasheed, Erlend Dalen Develop and customize your very own Microsoft Dynamics AX solution quickly and efficiently! Buy at: https://www.packtpub.com/application-development/learning-ms-dynamics-ax-2012-programming

Read More

Could not load file or assembly 'Microsoft.Dynamics.AX.Framework.Tools.DMF.PreviewGrid, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Could not load file or assembly \’Microsoft.Dynamics.AX.Framework.Tools.DMF.PreviewGrid, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\’ or one of its dependencies. The system cannot find the file specified. Error: Could not load file or assembly \’Microsoft.Dynamics.AX.Framework.Tools.DMF.PreviewGrid, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\’ or one of its dependencies. The system cannot find the file specified. Error Screen Shot: AX: AX 2012 R3, CU8OS: Windows Server…

Read More

How to Reset production order status as created in AX 2012

How to Reset production order status as created in AX : Here you go!: void resetStatusToCreated(ProdTable _prodTable){ProdMultiStatusDecrease  prodMultiStatusDecrease;ProdParmStatusDecrease   prodParmStatusDecrease;Args                     args = new Args();; if(_prodTable.ProdStatus > prodStatus::Created){args.record(_prodTable); select prodParmStatusDecrease where prodParmStatusDecrease.ProdId == _prodTable.ProdId; if(!prodParmStatusDecrease.RecId){prodParmStatusDecrease.clear();prodParmStatusDecrease.initFromProdTable(_prodTable);prodParmStatusDecrease.WantedStatus = ProdStatus::Created;prodParmStatusDecrease.ParmId = NumberSeq::newGetNum(CompanyInfo::numRefParmId()).num();prodParmStatusDecrease.insert();} prodMultiStatusDecrease = prodMultiStatusDecrease::construct(args);prodMultiStatusDecrease.initParmBuffer(prodParmStatusDecrease);prodMultiStatusDecrease.parmId(prodParmStatusDecrease.ParmId);prodMultiStatusDecrease.run();} }

Read More

Prerequisites for Dynamics AX 2012 R3 Microsoft Dynamics AX 2012 System Requirements

Prerequisites 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, Standard Edition,SQL Server 2008 R2, Standard Edition SP2 Find details at: http://www.microsoft.com/en-in/download/details.aspx?id=11094

Read More

Error during installation of Enterprise Portal for AX 2012 R3 with SharePoint 2013

Error 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 the object.\” Solution: Check the log file, \”C:Program FilesMicrosoft Dynamics AX60Setup Logs\”. Setup did not…

Read More

What's the difference between importing Model Store and Model file?

What\’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 file via Windows PowerShell (The best tool!) check for more details at: http://technet.microsoft.com/en-us/library/hh352314.aspx Import of Model Files…

Read More

Microsoft Dynamics AX 7

Microsoft 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 Dynamics AX R&D general manager Dan Brown. \”We\’ve been quiet on AX ‘7\’,\” acknowledged Brown…

Read More