Label IDs in Dynamics AX 2012

Dynamics AX handles text localization by using a label ID (e.g. @SYS1234) in code and metadata; the real text is looked up then based on user’s language. .NET developers may recall localization resources and satellite assemblies and it’s indeed a very similar principle. There are few changes in Dynamics AX 2012 regarding labels, mostly because …

Continue reading ‘Label IDs in Dynamics AX 2012’ »

Linking work item when checking in (AX2012)

Dynamics AX 2009 supports Team Foundation Server for storing source codes, but it doesn’t offer (out of the box) any option how to create a link between the changeset being created and a work item. Because such a relation is extremely useful and it is too complicated and error-prone to create it manually, I made …

Continue reading ‘Linking work item when checking in (AX2012)’ »