Browse by Tags

Related Posts
  • Blog Post: Microsoft Dynamics AX 2012 Data Import/Export Framework

    Small post today. Data Import/Export Framework came out the other week. See the link: http://blogs.msdn.com/b/axsa/archive/2013/03/13/microsoft-dynamics-ax-2012-data-import-export-framework-old-name-data-migration-framework-is-now-available-on-information-source.aspx Good to see the model is now in its...
  • Blog Post: Project as an Offset account type disabled on journals [AX 2012 R2]

    You might or might not have noticed in AX2012 R2, the use of projects as an offset account type has been blocked. If you try and select it you get a message like this. This was intentionally done by Microsoft to avoid further critical issues. Specially certain scenarios causing ledger in balance. Now...
  • Blog Post: str2Num doesn’t work as expected

    If you are trying to convert a string to a decimal, you might notice that it doesn’t always work. It is very sensitive on the formatting of the string. Input Output (str2Num) Output (str2NumOk) System.Convert::ToDecimal(strValue); 1 23 1 false catch the exception as nothing is resolved 1abc 1 false catch...
  • Blog Post: TFS Synchronization on a different domain [AX 2012]

    This was an issue we faced recently. We had some new developers that were on a different domain. We manage to get it all to work by setting up a VPN. Then we had issues with TFS syncing. The answer here is to Follow these steps Go to internet explorer, Navigate to your tfs site. eg. http://tfs.mycompany...
  • Blog Post: Using smart phone for stocktake (inventory count)

    I recently received a question on this topic. We could build an app that does just this but often you have to weigh up the option of developing a full solution: Development cost – usually high when it is not your core platform (ie AX) Supporting the product – high for the same reasons. Skill level required...
  • Blog Post: ERROR: The model file MyModel.axmodel is from a newer version of Microsoft Dynamics AX (version 6.0.1108.670) and cannot be installed.

    This is a common problem you may encounter when you are dealing with multiple build versions of AX 2012. Specially on a single server. This is because of the axutil used to import is a later (newer) version than the axutil used to export the model. If you have multiple build versions on a single server...
  • Blog Post: How to comment when modifying standard code [AX 2012]

    I have seen many ways of modifying standard code and how commenting is done. The best practice is to make as little change as possible or as little impact to the standard solution as possible. Otherwise, making it stand out and the next person can clearly see the difference between standard code and...
  • Blog Post: Using find with special characters

    I use the Find a lot in AX AOT. There are two not very well known ways of searching: 1. Find special characters This is not very well known by others but I find very useful is using escape character to find what I want. For example you want to search for code containing <SYS> . I just type in ...
  • Blog Post: Data Migration Framework Beta Released [AX 2012]

    The Data Migration Framework for Microsoft Dynamics AX 2012 is an extension that helps you migrate data into Microsoft Dynamics AX. Examples of the data that you can migrate include master data, open stock, and balances. The Data Migration Framework is available from the InformationSource services download...
  • Blog Post: Hot Fixes Released For Microsoft Dynamics AX 2012

    View a list of hot fixes released by Microsoft for Dynamics AX 2012 since its initial release. The beauty about this page is, it is a consolidated list and makes it easy to find the hotfix in relation to the cumulative update. https://mbs.microsoft.com/customersource/downloads/hotfixes/ax2012hotfixes...
  • Blog Post: Selection query with a foreign key [AX 2012]

    With the new concept of surrogate (foreign) keys in AX 2012. We now use the RecId for setting up relationships. If you wondered how it affects your filters in the query selection. Below is an example of what it looks like. You will have both the RecId and the Primary key of the related table available...
  • Blog Post: SQL Server Build Versions

    This is a nice link listing all the build version for SQL Server with links to their kb article. http://www.sqlteam.com/article/sql-server-versions
  • Blog Post: Install feature pack warning [AX 2012]

    Just a little warning when installing the feature pack. Make sure your build number is correct. If you already have a previous version of AX 2012, the installer doesn’t recognised the client needs to be updated. I also struggled to update the AOS as it required a new installation. What to check Use this...
  • Blog Post: Data Migration/RapidStart [AX 2012]

    Microsoft Dynamics AX 2012 includes many different ways to import data into the system. This document provides guidance about which import method to choose for the specific situations. http://informationsource.dynamics.com//RFPServicesOnline/Rfpservicesonline.aspx?DocName=Data+Migration+for+Microsoft...
  • Blog Post: DAXeam at Convergence 2012 [AX 2012]

    DAXeam was well represented at Convergence 2012 in Texas. Check out the DAXeam page http://www.eclipsecomputing.com.au/daxeam/pages/home.aspx
  • Blog Post: Cumulative update 2 vs. Feature pack [AX 2012]

    It was a little confusing at first what the Feature pack contained. This was release recently on in 1st February 2012. This release is targeted at the five key industries: Manufacturing, Distribution, Services Industries, Public Sector, and Retail. This release also incorporates Microsoft Dynamics ERP...
  • Blog Post: Microsoft Dynamics AX 2009 on iPhone

    I am passionate about this topic as I have been working on it for a while with the team in my company. We have developed an iPhone solution for Microsoft Dynamics AX which allows users to do the following: Workflow approval - View and action workflow. eg. Approve/Reject Alerts - Receive/view notifications...