The target prinipal name is incorrect – SSRS with AX
Following error made me worried when I was not able to run (existing or customized) SSRS reports from AX. Reports were working fine few days back and there wasn’t a
Following error made me worried when I was not able to run (existing or customized) SSRS reports from AX. Reports were working fine few days back and there wasn’t a
Here is an excellent blog, which explains how to use the Data import/export framework (old name Data migration framework) to import data in AX. The blog walks you through the
I found a web search tool for AX which some of you might already be using it, but it is a great tool to know about if you haven’t used
Most of the times when we start working with new clients and are being asked to update their systems with new requirements. We start looking into which version of AX
Sometime we created tables just for testing purpose within AOT and later on we delete these tables. In such cases we don’t care about the IDs which are created for
Data security has always been the main concern of every organization, implementing MS Dynamics AX. I will not increase the length of the post by going into details of “How
DataSetViewRow row; row = AxDatasource.GetDataSet().DataSetViews[“DataSetViewName”].GetCurrentRecord(); // Get old value row.GetFieldValue(“FieldName”); // Set new value row.BeginEdit(); row.SetFieldValue(“FieldName”, NewValue); row.EndEdit();
Sometime we are in need of retrieving data from the tables which are not added in form’s datasource in EP page. To manipulate the data from tables other than datasource
Here you can have the list of code sample of Microsoft Dynamics AX, AIF and EP http://archive.msdn.microsoft.com/axcodesamples
It really made the process faster to test the user control without going to EP pages and refresh the AOD and data files again and again. http://msdn.microsoft.com/en-us/library/cc616458.aspx
Do you have a topic you'd like me to cover or questions you'd like answered? Submit your requests, and you might see your answers featured in an upcoming blog post! You can send me an email at the address below. I look forward to hearing from you and exploring the topics that matter most to you!
Join our subscribers list to get the latest news,
update specials offers and delivered directly in your inbox.