Test Services in AX 2012
Visual Studio Command Prompt by going to All Programs à Microsoft Visual Studio 2010 à Visual Studio Tools à Visual Studio Command Prompt.Write wcftestclient and press enter. WCF Test Client will...
View ArticleTFS Online - Creating and Connecting to TFS Online with AX2012
Hi There, I hope everyone is having a great weekend so far, and that you are ready for a great post about TFS Online and how to connect to it. Before continuing with the step-by-step directions on...
View ArticleTroubleshoot Missing Labels on Dynamics AX 2012 R3 CU8 Cloud hosted...
Dear Friends,Greetings!I recently provisioned a Dynamics AX 2012 R3 CU8 VM (on Azure). All good, however the out of the box SSRS Reports were not showing the labels correctlyTo fix the issue, below...
View ArticleTips AXBuild.exe - A quicker way to compile your AX application
Greetings All!Lately, I'm using AxBuild.exe to do my compilation and it's really quick. Have now used it several number of times and really impressed with the faster response time compared to...
View ArticleAX2012 Terminating a compile worker
Moral of the story: NEVER KILL A COMPILER WORKER WINDOW EVER There was a time I “accidentally” closed a compiler widow of a 10 worker process in the 2nd run. Even though the main window notified that a...
View ArticleSetting up Role-Based Security with Forms in Microsoft Dynamics AX 2012
The post Setting up Role-Based Security with Forms in Microsoft Dynamics AX 2012 appeared first on Dynamics 101. Overview Microsoft Dynamics AX 2012 uses a role-based security framework to assign...
View ArticleRunBase Framework in Microsoft Dynamics AX 2012
The post RunBase Framework in Microsoft Dynamics AX 2012 appeared first on Dynamics 101. Overview RunBase framework provides a common software platform for data manipulation in Microsoft Dynamics AX....
View ArticleMicrosoft Dynamics Salary Survey 2015
Win one of these cool prizes!Find out How Your Salary Compares to Others in the Industry. Take Microsoft Dynamics Salary Survey 2014-2015Take part in Nigel Frank’s industry acclaimed annual Microsoft...
View ArticleClaims to Windows Token Service in SharePoint Central Administration - AX...
Hi Gusys,Claims to Windows Token Service in SharePoint Central AdministrationSol:Share point central administration-> System settings> Manage services on serverStart the Climes to windows token...
View ArticleTechnical Conference 2015 – Sessions available for offline watching
All sessions from this month’s conference in Seattle are now available on Customer Source. Like all previous Technical Conferences, each session was recorded, and can now be enjoyed at your...
View ArticleDownload Free Ebook Microsoft Azure Fundamentals
Dear All,Microsoft Press has published a free Ebook on Microsoft Azure Fundamentals and it's worth reading to get a grasp on basics of Azure as we all know how important Azure is going to be especially...
View ArticleTutorial: Using Labor Standards in the new Warehouse Management solution
This post consists of two parts: An introduction to labor standards from a business standpoint, written up for me by Steve Mulaik from the Progress group, and then a short example of how all of this...
View ArticleMicrosoft’s new domicile in Denmark – first impressions
This week I had the chance to visit the building site in Lyngby where the new domicile for Microsoft Denmark is under construction. I’ve been driving past it a few times and been impressed by the...
View ArticleWalkthrough: Fixing the error message "WorkGroupingId is not found in the map"
IntroductionSince the release of the new Warehouse management solution with Microsoft Dynamics AX 2012 R3, a number of people have reported a sporadic error that was difficult to reproduce, but it was...
View ArticleHow to consume ABN (Australian Business Number) or ACN web services from AX...
Dear Friends,Greetings!Have been super busy with so much to do in so less time!However, I wanted to take some time and post about my recent experience on how I went integrating ABN Web Service with AX...
View ArticleHow Many Companies use Microsoft Dynamics?
We often here the question from prospects and others, “How many companies use Microsoft Dynamics NAV or Microsoft Dynamics AX etc. Well Microsoft has just released its 2015 worldwide breakdown a their...
View ArticleBudget Register Entry Upload (Excel Add-in) for Microsoft Dynamics AX
The post Budget Register Entry Upload (Excel Add-in) for Microsoft Dynamics AX appeared first on Dynamics 101. NOTE – This guide is to add Budget Register Entry lines within a previously created Budget...
View ArticleUsing the batch framework to achieve optimal performance
Recently I learnt how powerful the batch framework in AX is – and discovered how to improve performance of long running operations. Most long running operations in Dynamics AX can be scheduled to run...
View ArticleHow to copy The One company DATA another company
static void copyDataToOthercompanies(Args _args){ DataArea dataArea; ExchRates ex; Currency cr; str currentyCom; currentyCom = curext(); while select dataArea where ! dataArea.isVirtual { changecompany...
View ArticleSSRS Report running Total using Expression?
Suppose we have One Parameter –> Balance = 100 and we needs to show running total on each rows as per example below. One of the way is that to write business logic in RDP class and calculate it....
View Article