Microsoft Dynamics AX Production floor app is available in the Microsoft...
Along with Microsoft Dynamics AX 2012 R3, Microsoft has released the Windows 8 Production floor app that works with the product. This app is compatible only with installations of Microsoft Dynamics AX...
View ArticleThe Secret to Your (Microsoft Dynamics ERP Implementation) Success
Conventional wisdom sets failure rates for ERP implementations at 50% or higher . While there are many reasons an ERP project can under-deliver on its goals, customers can take a range of preventative...
View ArticleMicrosoft Dynamics AX capabilities that justify a migration from Dynamics NAV
The direction and progress of both Microsoft Dynamics NAV and AX in recent years have made it more difficult than ever for many organizations to easily identify their one perfect ERP solution. When all...
View ArticleBob McAdam & Todd McDaniel Take on Podcast Dedicated to Microsoft Dynamics
Bob McAdam & Todd McDaniel, friends, neighbors, and former colleagues, have officially launched the world’s first podcast dedicated to Microsoft Dynamics AX, CRM, GP, NAV, and SL . Twice a month...
View ArticleOptimizing Production for Seafood Processors
Blog Article: Optimizing Production for Seafood Processors Seafood processors face many challenges in their industry, their growth potential is weighed down by compliance, extremely complex supply...
View ArticleShort System Data Type "IdentifierName" resulting in false Best Practice checks
Symptom: If you have e.g. a form grid control name which is longervthan 40 characters, the MorphX Best Practice check fails with error like: "Unknown data source <ControlName>" Cause: The reason...
View ArticleCreate Simple EDI Mappings To Allow You To Send Price Lists To Customers...
Even if you are not requiring full blown EDI communications with your customers, it doesn’t mean that you can’t update your customers electronically with information like price lists, discounts,...
View Article“Unknown data source ” best practice error on forms
I recently ran into a problem on the RetailPeriodicDiscount form where I was getting a best practice error after adding a new field to the form. I spent a long time trying to work out what was wrong...
View ArticleSSRS permissions issue; cann't able to run from AX non admin user
Question: I have been facing the following issue while running SSRS reports from AX non-admin user. Please be informed that all the required permissions have been assigned from reporting service...
View ArticleStopped (error): X++ Exception: Could not find user at...
I developed a custom workflow and its setup its corresponding configuration, I was able to submit and everything but ended up getting the following error in my workflow history when the workflow system...
View ArticleImport free text invoices - Header and lines - from one excel file
I got a requirement to upload free text invoices into AX 2012 from one excel file. All the header and lines information was in one excel sheet so I had to came up with different solution than the...
View ArticleAccessing a customers contact list through x++
So I working on something where I need to access a customer contacts list through x++ however I found out that the linkage between CustTable and LogisticsElectronicAddress is far and few between so I...
View ArticleConnector for Microsoft Dynamics V3 CU 3 released
Better support for Microsoft Dynamics CRM 2013 SP 1 (6.1) and Microsoft Dynamics NAV 2013 multi-tenant deployments are the primary new features in Connector for Microsoft Dynamics V3 CU3 (3.3.514.1)...
View ArticleManual packing functionality in Warehouse management available in AX 2012 R3
Overview The new Warehouse management system in Microsoft Dynamics AX 2012 R3 introduces the concept of shipping containers. Containers represent the physical structure in which products are packed...
View ArticleSet Focus on Form control in Ax 2012
To Set Focus on Form control in Ax 2012 you can take help from below code. Args args; FormRun _formRun; FormControl _formControl; ; args = new Args(formStr(CustTable)); _formRun =...
View ArticleMicrosoft Dynamics AX 2012 R3 Support for International Financial Reporting...
In my conversations with business leaders and finance executives, many of them shared that they are planning and anticipating growth. Whether they plan to expand domestically, internationally or both,...
View ArticleHow to Create Security Roles to Give Users Access to Specific Functionality...
How to Create Security Roles To set up security roles in Data Collection Studio, you perform several simple tasks in sequence. You establish new security privileges, duties, and actual roles, and...
View ArticleRead data from live website in Ax2012
With the help of following code we can easily read data from live website static void ReaddataFromLivewebSite(Args _args) { #DEFINE.BLOGCONTENT('http://www.lme.com/en-gb/metals/non-ferrous/copper/')...
View Article#TipADay: Credit Note Functionality On POS in Dynamics AX 2012
Here is little tip how Credit note functionality works on Microsoft Dynamics Ax 2012 POS Following are the few steps required to apply credit note in AX 2012 Step 1: Go to Retail > Setups >...
View ArticleHow to Call query in Axapta by code
To Call query in Axapta by code you can try below code. You need to create query in aot query node then pass query using querystr method in queryrun object. QueryRun queryRun; int cnt; ; queryRun = new...
View Article