Open multiple instances of Report at same time
Summary:- Many times it is needed to display multiple reports on screen. In standard Dynamics AX 2012, if you try to call multiple times, a report; it will open 2 nd report, after 1 st instance of...
View ArticleInvalid object name “tempd.dbo” Dynamics ax 2012 R2 cu7
Yesterday at one of our company client was facing this issue, on every transaction or even on validating the Journal post error popup asInvalid object name “tempd.dbo.t4887_”.“Sql statement, select...
View ArticleDimension did not save as Personalization Dynamics Ax 2012 R2, R3
Today I got strange query from client that we are adding dimensions like Style in “All production Order” list page using Personalization option. Field added into grid but when we close and reopen the...
View ArticleMicrosoft Dynamics AX 2012: Install Warehouse Mobile device portal on R3 CU8
Installation of Mobile device portal is quiet simple on a system, without going in details you can certainly go through the below link which is a very comprehensive step by step description on...
View ArticleDAX2012R3CU9 – DIXF – Automate import/export without customizations
The Microsoft Dynamics AX 2012 Data Import/Export Framework(DIXF) is an AX module import and export data in Microsoft Dynamics AX. We often use it in data migration projects to load legacy data from...
View ArticleOpenXML teaser
If you want to be able to create an Excel document from a batch job or on a machine where Excel is not installed, you can use the Open XML standard to create the file without ever opening the Excel...
View ArticleMicrosoft Dynamics AX 2012 SSRS REPORT ERROR: a connection attempt failed...
Error Detail: After providing parameters and run the report after a while getting following error “A connection attempt failed because the connected party did not properly respond after a...
View ArticleMobility and e-Commerce: Perfect Together
Does your company have separate teams for digital marketing and branding as well as for e-Commerce? If it does, it joins the ranks of many other firms who rely on the exact same arrangement. However,...
View ArticleMicrosoft Dynamic US Kick Off: Partners Urged to Build on 2015 Performance
Microsoft US and its Dynamics ERP and CRM partners are well into the annual Dynamics Kick Off event this week. The event offers Microsoft an opportunity to put forward the latest sales and marketing...
View ArticleMicrosoft Dynamics AX 2012 R3 New Features - Transportation management
In previous article we have covered the several features that are added or changed in Microsoft Dynamics AX 2012 R3. In this article we will cover the Transportation management: In Microsoft...
View ArticlePrint Archive in AX
The concept of the print archive has been in AX for a long time many versions back and it’s still in AX2012. It’s a handy feature for having an alternative print destination for something that...(read...
View ArticleCalculator for units
When you setup unit conversions for items it will give you the ability to use the calculator for units which might be a handy check tool for checking numbers. This is a quick walk through what it...
View ArticlePassing table context to a menu item context in EP
Another small and easy item I always spend several minutes to recall when doing EP development, is setting a MenuItem's MenuItemContext with the current's form TableContext (taken from the...
View ArticleGenerate SQL query for GL transactions [AX 2012]
In my last blog I did a demonstration of using an SQL query to build a PowerBI report for the general ledger transactions. I hard coded the RecId for the financial dimensions. It might be cumbersome to...
View ArticleModelStore has changed window keeps appearing
After working with a model (installing or deleting it), issuing the Set-AxModel -NoInstallMode has no effect, meaning that you still get the ModelStore has changed window, and even selecting Skip in...
View ArticleSetting Ax Setup.exe file association
When starting the Ax Setup.exe installer, on some system an association it is not set, the application required being Microsoft HTML Application host for a .hta file. The application we are looking...
View ArticleHow to Leverage Microsoft Azure for Dynamics
Microsoft Azure is Microsoft’s flexible cloud platform that allows businesses to quickly take advantage of a number of tools and apps available in the Azure public cloud.ERP hosted on Microsoft Azure...
View ArticleRetrieve worker email address through X++
Below code snipet is one of the way to retrieve employee/worker's primary email address.private LogisticsElectronicAddressLocator getInstructorEmail(HcmWorkerRecId _workerRecId){...
View ArticleExploring the Full text index In Dynamics Ax 2012 R3
Consider following points for Full text index on Dynamics Ax 2012Full text index used only on text fields on table.They find all records from table which contains the key wordsQueries can be used to...
View ArticleRetrieve the RecId value from the AxQueryString
Retrieving the RecId value from the AxQueryString of your current page is fairly simple; this value of course is allowing you to select the record that was passed as a reference to your page (either...
View Article