Questions tagged [dynamics-ax-2012-r2]

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family.

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family.

The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX. R2 revision was published on Dec. 2012 (kernel build 6.2.158.x)

Axapta was initially released in March 1998 in the Danish and U.S. markets. Today it is available and supported in forty-five languages in most of the world.

MorphX is the IDE where development and modification are done. It resided (until Dynamics AX 2012) in the same client application that a normal day-to-day user would access, thus allowing development to take place on any instance of the client.

X++ is the development language used in Dynamics AX. It belongs to the curly brackets and dot-operator class of programming languages (like C# or Java). It is an object-oriented, class-based, single dispatch language. X++ supports garbage collection and SQL queries are integrated in the language.

Se also Wikipidia article.

259 questions
0
votes
0 answers

How To find Category Level ON POS Database

I am trying to find Retail Category node level at POS database, in AOS table ECORESCATEGORY has field LEVEL_ with correct values, but on POS, this field is just showing zero value for all items. How can i make sure that this field gets synced with…
alphaprolix
  • 601
  • 2
  • 10
  • 25
0
votes
1 answer

Barcode printing & scanning

Dynamics AX 2012 provides barcode integration only in retail module, can I somehow enable this functionality in other areas, as in, I want to attach a barcode with item and then transfer inventory from one warehouse to other by scanning the…
0
votes
1 answer

Code Upgrade Conflicts on objects that only exist in VAR layer

Having just completed the painful process of upgrading all our custom code from AX 2012 RTM to AX 2012 R2, we are now in the process of applying CU7. When running the 'Detect Code Upgrade Conflicts' process, it has reported a large number of…
0
votes
2 answers

How to get the total distance from A to C via B with Bing maps in Dynamics AX 2012

In standard AX2012, there is a method called "mapIt" in smmUtility class which opens a browser and shows the location of the address you've typed. As described in the title section, how do I get the total distance from A to C via B using Bing maps…
Phu Minh Pham
  • 1,025
  • 7
  • 21
  • 38
0
votes
3 answers

Get Department from dimension in AX 2012

I want to get the department from the default dimension in AX 2012. In the LedgerJournalTrans->lines->FinancialDimension I can fill the department but in the database for AX the default dimension is saved. I'm working on SSRS reports d=so I want to…
khaled el omar
  • 149
  • 1
  • 4
  • 13
0
votes
2 answers

Is there a backdoor to AX? AX 2012 R2 Class Application startupPost method customized code error abort AX client

AX 2012 R2 Class Application startupPost method customized code error abort AX client. How to enter AX again? i can't login again to correct the wrong coding because of this fatal error. "Microsoft Dynamics AX client has stopped working. A problem…
0
votes
2 answers

Does any of the upcoming AX releases include Business Process Flows such as utilized in CRM 2013

We are currently looking at a massive integration between AX 2012 R2 and CRM 2013. CRM 2013 has a great feature called Business Process Flow's which enable you to guide user's through the business processes. We have a requirement for that tool but…
0
votes
0 answers

Compile: Which class is called?

Is there any way to determine which code / which class is executed clicking "Compile" in AOT? I'd like to implement some tests before executing compilation!
Nico
  • 1,175
  • 15
  • 33
0
votes
2 answers

Development in Visual Studio for AX 2012

I have few questions regarding development in Visual Studio C# project for AX 2012. There is a tool that provides Application Explorer from where you can drag any AOT item (Table, Class) in your project. I dragged CustTable from the Application…
0
votes
1 answer

Mixed Mode Assembly Issue with Class Library

I have a class library project, I have to reference an assembly in my class library project which targets v2.0.50727, then ultimately calling my class library from a project which is using .Net 4 version. When the application runs, it gives error…
alphaprolix
  • 601
  • 2
  • 10
  • 25
0
votes
1 answer

LogisticsEntityContactInfoView (table) has no valid runnable code in method 'entityType'

Error executing code: LogisticsEntityContactInfoView (table) has no valid runable code in method 'entityType'. Stack trace (S)\Data…
0
votes
1 answer

Rate issue in Trade agreement journal

I have created multiple journals for an item (suppose "item1") in AX2012 with multiple rates and different from and to date. Like for Journal 1, From date is set as 1/12/2013 and to date is NULL and rate as 50. for journal 2, From date is set as…
Mohd Saddaf khan
  • 289
  • 2
  • 14
  • 26
0
votes
2 answers

System.IO.File::Move fails, The process cannot access the file because it is being used by another process

I'm getting the error "System.IO.IOException: The process cannot access the file because it is being used by another process" while trying to move a file i just created myself in the code, while running the code as batch. I have no problems running…
0
votes
2 answers

Passing parameters from Form to AOT Query AX 2012

I am currently on AX 2012 R2. I currently have a custom query object in the AOT that I am using to supply data to a custom SSRS report. In the SalesTable form, I have a custom button on the SalesTable form in which I overridden the clicked method…
0
votes
1 answer

AxaptaUserManger not initialized

We recently have an issue when importing users through the user import wizard. As soon as we active the tab where you can specifiy the domain, we receive an error stating that the axaptaUserManager object is null. On the form, this is the line where…
Kenny Saelen
  • 894
  • 1
  • 5
  • 16