Update 1 (May 2016 Release) for New Dynamics AX is available for download
The first update after RTW release of the New Dynamics AX back in Feb, 2016 is now available for download and deployment via LCS. Check out more details HERE.Regards,Sandeep
View ArticleIs Microsoft Dynamics AX on Azure Too Pricey for Non-Production Scenarios?
A recent straw poll by MSDynamicsWorld.com asked what readers thought of the cost of Azure for Microsoft Dynamics ERP demos and other non-production scenarios . The poll results: Just 16 percent said...
View ArticleExploring the basics of SQL Master Data Services
MDS or Master Data Services is a component of Microsoft SQL Server introduced with SQL Server 2008 R2, it was a basic component at first with some irregularities but in its later versions i.e....
View ArticleWhy Aren’t More Pharmaceutical Companies Using Mobile Technologies in...
Without clinical trials, pharmaceutical companies lack an effective way to test the effectiveness of drugs. However, clinical trials are costly and lengthy. What can be done to make them shorter and...
View ArticleProduction Order Picking with Advanced WMS in Microsoft Dynamics AX
Editor's Note: This represents the first of a 3-part series about production order picking and receiving, and is drawn from the Essential Guide for Discrete Manufacturing using Microsoft Dynamics AX:...
View ArticleEDI Helps Microsoft Dynamics AX Customer Ease Growing Pains
A breath of fresh air, that's how Topson Downs felt after implementing EDI Made Simple for Microsoft Dynamics AX. Having gone down the path of custom programming to join all of their trading partners...
View ArticleDynamics AX use of the startupcmd parameter
If you start ax32.exe with -startupcmd you can use this to automate some tasks. Like for instance this command will perform a full compile of all elements in AX. ax32.exe -startupcmd=CompileAll Here...
View ArticleAXUG Focus 2016 Kicks Off in One Week | Schaumburg, IL
In one week, hundreds of Microsoft Dynamics AX users, partners, and Microsoft representatives will be gathering to learn, share, and connect with one another in focused deep-dive learning in three...
View ArticleHow to send emails from code in AX 7
There are many situations when you may want to send an e-mail from Dynamics AX. Let’s see what options we have.First of all, you have to configure the environment. Go to System administration >...
View ArticleThree Common Security Mistakes in AX 2012
As companies upgrading from AX 2009 to AX 2012, there is a clear learning curve when moving from AX 2009 to the AX 2012 security model. In this post, we’ll list some common mistakes in managing...
View ArticleSmiles Co. brings additional joy to customers with the help of Microsoft...
(Please visit the site to view this video)Smiles Co. is a company with kindness behind everything they do. “We seek to find new value in things that, in our hectic day-to-day lives, are taken for...
View ArticlePOS: Unblock DLL files
This blog post will show one more way to unblock POS DLL files. Sometimes when you install a package with DLL files to target POS PC, you can find out, POS does not load and use your DLL files....
View ArticleSPED ECF v2 Regulatory Feature for Brazil Now Available for Download
The SPED ECF v2 regulatory feature for Management Reporter for Microsoft Dynamics AX 2012 R3 customers in Brazil is now available for download. This is a regulatory release and contains only components...
View ArticleMicrosoft Dynamics AX 2012 Product Configuration : Enterprise Portal
In this blog post I will explain how on user interactions are handled by the product configuration module for Microsoft Dynamics AX 2012 on the Enterprise portal. The figure above, is a high level...
View ArticleMake your own template on a click in Microsoft Dynamics CRM 2016 on-premises
Now you can create and standardized your all business templates from Microsoft Dynamics CRM on-premises & Online by using Microsoft Word and Microsoft Excel Templates. In order to make it more...
View ArticleTeaching Exploratory Testing in Mob
Exploratory testing, unlike scripted testing, is not defined in advance and carried out precisely according to plan. Idea of Exploratory Testing in Mob is that all people from the group work on the...
View ArticleWave Picking for Production Orders with Advanced WMS in Microsoft Dynamics AX
Editor's Note: This represents the second of a 3-part series about production order picking and receiving, and is drawn from Warehouse Management using Microsoft Dynamics AX: 2016 Edition . The...
View ArticleYou, Me & IoT: Dynamics AX, Azure IoT Suite, Mobile Apps, and PowerBI under...
What do you get when you combine Dynamics AX, the Azure IoT Suite, Mobile Apps, PowerBI, and a Raspberry Pi? An outstanding IoT presentation, of course! Take a dive into the world of the Internet...
View ArticleInsert Label by Code in Axapta in any language
To Insert Label by Code in Axapta in any language you can try below code. This code will show you label code as output in message box. SysLabelEdit SysLabelEdit = new SysLabelEdit(); info(strFmt("%1",...
View ArticleGet unit conversion value of item in Ax 2012
To Get unit conversion value of item in Ax 2012 you can use below code. UnitOfMeasureConverter_Product is a class which has different method to give you converted value.Here example is showing to get...
View Article