Q&A session: Working with MorphX project nodes from code
I had some spare time today, so started answering some of the comments I had through the blog and through e-mail. I decided I'll just open up a new section on my blog, called Questions and Answers, in...
View ArticleQ&A session: Working with UtcDateTime from X++
There were a couple questions asked in the post I wrote a while back about the use of UtcDateTime in AX. Question 1: Hi. how can put date in a field utcdatetime? Answer: The method newDateTime from...
View ArticleDive Deep into Manufacturing and Supply Chain Topics at AXUG Focus 2014 in June
Join Microsoft Dynamics® AX users for Focus 2014 - a conference designed for Dynamics AX users to dive deep into manufacturing and supply chain topics that will provide immediate payback to you and...
View ArticleFind online “users” for AX
Without having to log into Ax you can find the users logged into the system using the fat client select * from SYSCLIENTSESSIONS where STATUS = 1 and CLIENTTYPE = 0 Status = 1 – This means that the...
View ArticleCross reference update never finishing on AX 2012 R2
I had a development box where I just couldn't get a cross reference update to finish. Even letting it run for days didn't help. I finally got to run a SQL trace on what was going on. A thing that I...
View ArticleBlock Users From Using Particular Journal Names By Making Them Private
If the General Ledger is the heart and soul of Dynamics AX, and then the Journals are the DNA that builds up all of the information about the company. So it makes sense that you would want to make sure...
View ArticleAXUG Webinar on Simplifying EDI Integration for Dynamics AX, Presented by...
AXUG and Data Masons Present: How to Simplify Advanced EDI Integration for Microsoft Dynamics AX What: Webinar When: Tuesday, May 13th at 1:00PM Eastern Who: All AXUG members are invited to join...
View ArticleAs Microsoft Dynamics AX mobile options evolve, security requirements gain...
Microsoft Dynamics ERP and CRM, like much of enterprise IT today, is shifting to accommodate mobile devices in the workplace. And bring-your-own-device - allowing for more and varied devices accessing...
View ArticleSales order posting Error - Voucher do not balance as per date in axapta 2012
Problem - How to get rid of this error if its coming while doing the sales invoice . "The transactions on voucher V-00001 do not balance as per 4/11/2014. (accounting currency: -1111- reporting...
View ArticleAX 2012 R2 – Where is the picking lines created ?
In R2 there are several steps and places that picking routes/Picking lines are created, depending if you have an order-based picking or consolidated picking. The fundamental element for a picking route...
View ArticleThe ERP-Customer Service Connection: Four ways to boost satisfaction
Strategically placed deep within the central controls of the organization, enterprise resource planning (ERP) solutions like Dynamics ERP products aren't always immediately linked to improving...
View ArticleTest Data Transfer Tool
Test Data Transfer Tool (beta) for Microsoft Dynamics AX 2012 [AX 2012]Follow following link in TechNet: http://technet.microsoft.com/en-us/library/hh394894.aspx How to install the Tool:...
View ArticleAuto Scripting Features of Dynamics AX 2012 code editor
We all know Dynamics AX 2012 was introduced with new Editor to write code.I came across some of the cool feature of it. Thanks to one of my Friend Josh.This feature is related to auto writing of the...
View ArticleAre You Still Doing What You Say You Are Doing?
A very common audit observation is not following procedures. 23% of quality related warning letters issued by the FDA in 2013 were for document controls. The lion’s share of these issues involved the...
View ArticleUse Workflows To Process AP Invoices Through Unattached Documents
The Document Attachment feature within Dynamics AX is great, because you can attach files to any record in the system. But sometimes you have document attachments that do not have records that they can...
View ArticleStep by Step: Deploy AX 2012 R3 on Azure via Life Cycle Service
AX 2012 R3 is finally here. With that they have made the demo environment available on Azure and can be deployed using Life Cycle Service. There are a few posts out there detailing but I thought I do a...
View ArticleEarly and often: New report examines ERP training that improves outcomes
A new report from Aberdeen emphasizes a point that most people acknowledge but stubbornly few are able to act on - that it's not enough to purchase, install, and implement a new enterprise resource...
View ArticleBudgeting and Shortlisting Business Software Options – How to Choose Business...
As the cloud computing market continues to mature new options are available to businesses who, only a few years ago, were priced out of the enterprise resource planning market. Smaller organizations...
View ArticleNumber of months between two dates in Dynamics ax 2012
Recently I got a situation where I need to calculate the number of months between 2 dates, I found a built in method in dynamics ax 2012 that can be used. noOfIntervals = intvNo(refDate, inputDate,...
View ArticleMicrosoft Dynamics AX 2012 Reference: Tables and Table Groups
This new spreadsheet includes the name, table group, table type, whether the table is a system table, whether the table is visible in the Application Object Tree (AOT), and whether the table is shared....
View Article