Controlling reservations for warehouse management enabled items (WHS) – Part 1
By Lennart Conrad, MicrosoftThis blog posting describes how you can make small code modifications to control how reservations will be handled.The WHS reservation system makes it possible to do...
View ArticleAchieving Scale Through International Expansion, Part 3: How to Undertake New...
If your company develops, sells and supports packaged software on a Microsoft Dynamics platform, then the challenge of achieving real scale will depend on expanding internationally. But knowing when,...
View ArticleiBooks for iPhone
Now you can see a (small) version of AX Manuals on your iPhone and learn AX during your morning commute.
View ArticleUpdating Dynamics AX Product Configurator Subcomponent Attributes Through...
Today I have been working with the Product Configurator within Dynamics AX trying to find the tidiest way to set up the following configuration scenario and as I did this I discovered some pretty cool...
View ArticleAX for Retail R3: Training Videos for Commerce Data Exchange Async
I’m happy to announce greater availability for a set of training videos that I created for Commerce Data Exchange (CDX) Async Server and Async Client. The content clocks in at around three hours and...
View ArticleEmailing Purchase Orders
In today's post we would be discussing about how to email purchase orders to vendors : Navigate to Procurement and Sourcing - >Setup -> Forms -> Form setup Click on General ->Print...
View ArticleCreating an AxTableContext from a RecId
From the category "basic but must use", another code snippet of how you would create an AxTableContext in an EP page starting from a RecId value, in order to pass it to another page. Remember...(read...
View ArticleAdvanced filtering in code on Query object
This is by now old topic, call it the ABC of X++, however, for newcomers, or even experienced devs - who sometime are just too focused on how to do complex things that they just forget the basic :),...
View ArticleConditional Decision in AX 2012 Workflow – Checking for Blank Financial...
Recently we were going through a workflow setup and discovered that we seemingly didn’t know how to check for blank dimensions in a PR or PO. After many tries and reading through countless blogs...
View ArticleSTEP 7, Consider Cash Flow Forecasting
Why should I do forecast at all? First of all a forecast can help you with an overview of how your business is running. Is your business running as expected, you should be happy. If not,...
View ArticleMicrosoft Dynamics Partner Roundup: CRM dashboards; NAV 2015 win; AX data...
In this week's Microsoft Dynamics partner news roundup: Azure-Powered Pipeline Advisor for Dynamics CRM; Data Exchange Studio for Dynamics AX PackPost Upgrades to Dynamics NAV 2015; K3 Retail Hires...
View ArticleQuery Based SSRS report from Scratch Dynamics Ax 2012 R3.
In Microsoft Dynamics Ax 2012, we can create less complex reports with AOT Query or Static Query.Simple or model based report is as...
View ArticleAn item with the same key has already been added. SSRS Dynamics Ax 2012
Today I got this strange error “An item with the same key has already been added “, Very interestingly I got no error during compilation or deployment of reportwhen I run the report I got this error On...
View ArticleStrings and single quotes
When programming in DAX you can use both double quotes ” and single quotes ‘ to contain strings. You must use double quotes when using labels, but aside from that, functionally they work the...(read more)
View ArticleAX7 aka Rainier , The most awaited version of Dynamics AX
Hi Folks,Very soon we all are going to meet with AX7, by the end of this year it must be out in market. Initially this is going to be cloud only, with Azure you need LCS account to deploy this on...
View ArticleImport Financial Dimension using Data Import framework | AX 2012 R3
This post illustrate how to import the financial dimension using the data import framework in Dynamics AX 2012 R3. Follow the steps bellow to import the financial dimension values to Dynamics AX...
View ArticleImport Customers using Data Import framework | AX 2012 R3
This post illustrate how to import Customers basic information using the data import framework in Dynamics AX 2012 R3 1- Go to Data import export framework --> Setup --> Data import / export...
View ArticleImport Vendors using Data Import framework | AX 2012 R3
This post illustrate how to import Vendors Accounts using the data import framework in Dynamics AX 2012 R3 1- Go to Data import export framework --> Setup --> Data import / export framework...
View ArticleImport Main Accounts using Data Import framework | AX 2012 R3
This post illustrate how to import the Main Accounts using the data import framework in Dynamics AX 2012 R3 1- Go to General ledger --> Setup --> Charts of Accounts--> Chart of accounts. 2-...
View ArticleGetting Access denied on class message
As the title says it, you're receiving an Access denied: [ClassName] when you try to run some process in AX. In my case the scenario context was testing a custom AX Security Role. The security...
View Article