Currency Exchange rate Type in Dynamics Ax (Aka AX 7)
For creating new exchange rate type click on top menu and click on ledger. From detail menu click on Exchange Rate Type Click on new button from exchange rate types list page Enter PkR and detail...
View ArticleExploring Currency Exchange Rate in New Dynamics Ax.
Suppose we need exchange rate from In Dynamics AX, For example dollar to Pakistani Rupee exchange rate.We can do this in three steps Exchange rate Type in Dynamics Ax (Aka AX 7) Create a new exchange...
View ArticleX++: Create a list of child classes or find extended methods
Jet another small X++ job: This job shows a list of child classes per parent class. If you want so see the parent-child relationship in AX2012, the best way is to Right click on the class >...
View ArticleDynamics AX Performance Improvement Best Practices Series (Part 1/3)
SQL Server Configuration In the first part, I will cover SQL server configuration settings that will be helpful in improving the performance of whole AX environment or of a particular module. I am...
View ArticleRecovering from a Failed ERP Implementation
It’s no secret that ERP implementations fail. In fact, Gartner Research estimates that between 55 to 75 percent of all ERP implementation projects fail. Even if you think that the latter number is a...
View ArticleAlwaysOn – R2 and R3 Kernel Fixes – Handle SQL Server AlwaysOn AG failovers...
We’ve recently released some kernel fixes that improve how Microsoft Dynamics AX 2012 R2 and R3 handle SQL Server AlwaysOn AG failovers.The R3 version of this fix is visible on LCS here:LCS | AX 2012...
View ArticleTiming is Everything: Two Reasons the Month of June is the Best Time to Buy a...
The first reason is common for any tech company. Every person in sales has one specific date on their mind; it is the end of the year. Well, Microsoft sales teams are no different. However unlike...
View ArticleDAXDUtil – Table2Form project released
{‘greetings’:’Hello!’, ‘be_positive’:’hope you are doing well’}A functional version of Table2Form project was been released in DAXDUtil repository.To use it, you can follow this simplified...
View ArticleWhich to attend: AXUG or Ignite?
As you may recall, back in January Microsoft announced that the long-running Convergence event would no longer be held in any capacity. Instead, the content would be split by two new events: Envision...
View ArticleAnnouncement: We are hiring!
We are hiring Microsoft Dynamics AX software engineers @ Microsoft Lyngby in Denmark (Supply Chain Management Center of Excellence). Microsoft Lyngby Want to work for one of the largest software...
View Articleretrieve BaseEnum value through code in AX.
static void FetchEnumValue(Args _args) { DictEnum denum; int i; denum=new DictEnum(enumName2Id(“ABC”)); for(i=0;i<denum.values();i++) { info(strfmt(“%1 %2”,denum.index2Label...(read more)
View ArticleNew Dynamics AX – Pimp up your form-letters with document branding
The New Dynamics AX never stops to surprise me, and every day I find new possibilities and solutions. Microsoft have made available a new set of form letters, like purchase order, sales confirmation,...
View ArticleDo you need Life Sciences Industry-Specific ERP?
It goes without saying that every business that intends to grow needs an ERP system that provides a framework for business processes and insight into costs, results and performance. For companies in...
View ArticleMicrosoft Dynamics AX + Document Management = Maximum Efficiency
You want your organization to function as efficiently as possible, and your Microsoft Dynamics AX solution has been a great asset. You have probably experienced gains in productivity by streamlining...
View ArticleMicrosoft Dynamics AX : Value and Solver value in Product Configuration Model
Hi, I came across the requirement where i need to fetch the ‘value’ of the corresponding ‘solver value’ for a particular AttributeType which is user entered and not easy to fetch...(read more)
View ArticleMicrosoft dynamics Ax : Retreive Name using AOT View syscomputedColumns
Recently I was working requirement where i need to fetch the ‘Requisitioner’ name that actually request the Purchase requisition, which is basically a display method on the PurchReqLine table...(read...
View ArticleTutorial: Moving inventory out of a location to complete a put away inbound...
Introduction As some of you have probably already read in this blog post, we have recently made some improvements for the inbound flow in Warehouse management, and I wanted to do a quick recording...
View ArticleIAMCP Announces Tridea Partners as a Finalist in the 2016 Global...
International Association of Microsoft Channel Partners Celebrates Tridea Partners as a Finalist in the 2016 IAMCP Member Awards Program. Winners and Runners-Up to be announced at the Microsoft...
View ArticleAX 2012. SysEmailDistributor does not send emails to multiply recipients.
We have a couple of modifications that use SysEmailTable::sendMail() to send emails and found that if you pass multiple recipients into _emailAddr parameter AX will send email only to last...
View ArticleCross-Company Data Sharing
With Update 1 for RTW there is new feature available which users in multicompany environements will like. It is called cross-compnay data sharing whatever we expect it hears good in cases of shared...
View Article