Dynamics Introspective: Six Things We Might Learn About at UG Summit 2015
This week's Microsoft Dynamics ERP and CRM user group Summit events will draw over three thousand AX, GP, NAV, and CRM customers and partners to Reno, Nevada. With several Dynamics products now on a...
View ArticleAX DB Restore Scripts – Full Script
Just over a month ago I embarked on a series of posts on SQL scripts that I use when restoring Dynamics AX databases from one environment to another. We have covered topics including server setups,...
View ArticleConfigure shipping carrier interfaces with Dynamics AX
Introduction The shipping carrier interface feature allows Microsoft Dynamics AX customers to integrate with shipping software. The shipping software packages can pull information from Microsoft...
View ArticleRelation between HcmPosition , HcmWorker and DirPartyTable in ax 2012
Relation between HcmPosition , HcmWorker and DirPartyTable in ax 2012 1.DirPartyTable is equivalnt to Dir Person and PersonId is present in HcmWorker Table and for worker Position there is...
View ArticleMerging MorphX Version Control data
A while back I wrote about moving version control data between AX development systems but recently I found that, although I needed to move the version control data from one system to another, we had...
View Article4 More Reasons Why AX 7 Is The “Go-To” ERP solution
Today, a growing number of organizations are turning to the cloud to deploy their ERP solutions – an unsurprising decision, considering the ability of the cloud to adapt to ever-changing IT...
View ArticleDynamic Communities, Inc. Announces Record Attendance at Summit 2015
Annual Microsoft Dynamics® User Conference Kicks Off Today in Reno, NV. Tampa, FL: Dynamic Communities Inc., the supporting organization behind the official user groups for Microsoft Dynamics® AX,...
View ArticleThe Inventory Transaction Status in AX 2012.
I spend an unreasonable proportion of my working day staring at Inventory transactions and trying to figure out what has happened (or will happen). Here’s the little guide I wrote myself a...
View ArticleAutomatically Running Microsoft Dynamics AX as the Administrator
Most of the time we face issue to run Microsoft dynamics AX as administrator when we deploy a report of start Task Recorder within Dynamics AX and are running it in advanced mode then you may have...
View ArticleList all the objects on menus (forms/Reports) AX 2009/ 2012
The code below will populate the info of forms,reports etc.. form all the menus created under AOT static void AllObjects(Args _args) { Set set = new Set(Types::String); TreeNode menu, menuOld; str...
View ArticleUnit testing in AX – Dependencies
In my previous post on unit testing, I explained how to handle a few simple situations, nevertheless things often get more complicated. One such complication occurs if the class that you want to test...
View ArticleHow to enable debugging on Server 2012 R3.
Usually we have to debug on server, while debugging option is not enabled. Right way to enable it from AX server configuration utility, but some Ax server configuration utility needs is on default...
View ArticleSQL data compression for Dynamics AX 2012 (Part 1)
Data compression for tables and indexes are beneficial, especially for large tables within your SQL DB, where you are doing more read operations than writes. In Microsoft Dynamics AX you are advised to...
View ArticleMicrosoft Plans to Launch Dynamics AX 7 on Azure in Q1 2016
Microsoft has narrowed down its timeframe for a Dynamics AX 7 release to the first quarter of calendar year 2016. That news comes from Dynamics AX general manager Dan Brown at a keynote presentation at...
View ArticlePreview of Release Management
When you develop a new solution, it’s useless until you deploy it to a production environment where users can actually use it. Before you can do it, you typically need a few extra deployments to test...
View ArticleHow to check you current version of Microsoft Dynamics AX
Open Microsoft Dynamics AX Application Click on the help button on the top right Click on About Microsoft Dynamics AX Also, Verify that kernel version and Application version should be same. Click to...
View ArticleMicrosoft Dynamics AX Version
Microsoft Dynamics AX 7 Version Build RTM TBD Microsoft Dynamics AX 2012 R3 Version Build Recent kernel build 6.3.2000.4373 Cumulative Update 9 6.3.2000.326* Cumulative Update 8 6.3.1000.309 Hotfixes...
View ArticleThe transfer window is now open for Microsoft Dynamics jobs
If you’re a football fan with Microsoft Dynamics skills, now could not be a better time to be in the industry. More and more football clubs are implementing Microsoft Dynamics to help them compete off...
View ArticleAIF port changes without deactivating
For troubleshooting the Application Integration Framework in AX sometimes we have to enable logging of all XML document messages. However the AIF inbound ports cannot be edited by default without...
View ArticleTroubleshooting Inplace Upgrade Script...
You might recieve the following message when running the upgrade script Classes\ReleaseUpdateDB62_GABMinor\updateDirDartyRelationshipXDSLegalEntity() during an inplace upgrade from MS Dynamics AX...
View Article