You might come across to this error when installing Dynamics AX 2012 Reporting Services extensions on a fresh install where you never had SQL Server 2012 installed before. We prepared a separate server for SQL Server Reporting Services 2012. We used a…
Dynamics AX 2012 provides a new way to authenticate users in AX, called claims-based / flexible authentication. In this approach, you don’t have to create users in Active Directory first to give them access to use AX Enterprise Portal /…
In this post, I am going to share some .Net POS code samples to get you going with Retail POS coding. Sample POS C# code: 1) How to fetch POS data? Though you can use any .Net data access technology…
This article is a kick start for customizing AX for Retail POS. We will see how we can modify or create new touch screen forms, operations & tables in POS system. At the end, you will also see some code…
This is a quick reference to keep things in mind while writing VB code on Fetch-Xml based SSRS reports. You need to avoid using below functions otherwise you wont be able to upload your reports to Dynamics CRM Online. Currently…
In this article we will see how we can extend Dynamics AX table browser to have standard grid toolbar like all other Dynamics AX forms. We will also create a new context menu in AOT > Data dictionary > Table >…
This article shows a little trick that might be needed for testing AX AIF file adapter based integration. We all know that how frustrating it can be to setup input file ownership to current AX user while testing otherwise AX…
Sometimes we need to import an excel file that contains existing and new records. With standard Dynamics AX 2009 you don’t get an option (import rule) where you can specify ONLY import and update existing records. Below are standard AX…
This is a very short article which shows how to write any information into the system event viewer. This is something that can be very useful when trying to debug processes such as batches that are difficult to debug. One thing…
I know this post is a bit late as we are already about to see release of AX 2012 soon, but for a long time I wanted to put this information together for some of you guys who were continuously…
Dynamics AX 2012 lovers, I am really excited to share this with you that we are coming up with the first book on Dynamics AX 2012. This book is a complete reference guide for functional and technical consultants. I am proudly a…
Microsoft Dynamics CRM 2011 comes in two flavors, online and on-premises. Fetch-Xml method of report development can be used to create custom SSRS reports for both the types of CRM deployments. To get started with the development, make sure you…