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
2
votes
1 answer

Dynamics AX 2012 parsing Int32 to table field integer

I'm using a referenced DLL to retrieve data from a webservice. The data retrieves well. I copy over some of the fields to inMemory tables. This works well unless for the Int32 types. As you can see, the Id field is of type Int32. The table field…
stephan
  • 61
  • 8
2
votes
2 answers

Dynamics AX 2012 R3: Penny Difference on invoice voucher

I have create an invoice with invoice amount = 96.63 Purchase order: create with one line with amount = 72.24 (with TAX 20%) Header charges on Purchase order = 5.96 (with TAX 20%) In the invoice register when I select the purchase order and put the…
Danish
  • 21
  • 1
  • 3
2
votes
1 answer

Open direct links to AX-objects or datasets from external application

Is there a way to open a specified document, eg "production order 123" or form, eg "purchase orders" in Ax2012 from an external application directly? In detail, I'm looking for something similiar like AXPath, but this doesn't work with versions…
Nico
  • 1,175
  • 15
  • 33
2
votes
1 answer

Which table hold the tax for sales order?

I create SSRS report that read data from Sales order in AX 2012. In my SSRS report I want to calculate Total Amount and VAT for the Sales Order but i can't find where can get the tax for sales order.
2
votes
3 answers

Issue while running web service using batch job?

I have consumed a web service using visual studio and used managed code to call that in AX 2012. Now if I am running the code in a simple job as: static void CurrencyService(Args _args) { CurrencyConvert.Currency_Convert.CurrencyServiceClient…
2
votes
2 answers

Something like setVisible() for Dynamics AX 2012

Is there any way to do that? I mean, if the form fullfill specific conditions setVisible true or false to a control in the form? Or if i check a CheckBox, show some specific ComboBox? Thanks in advance for your help
JGutierrezC
  • 4,398
  • 5
  • 25
  • 42
2
votes
1 answer

Use mutated vowel in html helpfile

A HTML helpfile is not displayed in AX Help ( F1 in AX if HelpServer is configured ), as soon as a mutated vowel is used in the document:

Testentry A

is displayed as Testentry A

Testentry ü

- the whole document is not…
Nico
  • 1,175
  • 15
  • 33
2
votes
1 answer

Dynamics AX 2012 Form Origin

"The element does not have an origin value. This element must have a non-null origin value." I used the Wizard Wizard (Microsoft gets no points for creativity on that name..) to create a new Wizard, and this best practice error was in the…
Brad
  • 1,357
  • 5
  • 33
  • 65
1
vote
1 answer

Client crashes at startup in Dynamics AX 2012 R2

I just change the datasource of my form, when I tried to save the form the client crashed. Ever since the client crashed every time i tried to start it up Does anyone else have this problem? Or does anyone have an explanation or solution? Error…
simon peter
  • 403
  • 8
  • 19
1
vote
1 answer

Getting error like 'Testing1' is not a valid value for AxdEnum_XMLDocPurpose" in AX 2012 r2

I am completely new to MS AX technology and recently been allocated to support AX connector which is developed based on .net technologies. Just to have small intro about AX connector: 1. This connector is one that acts as a mediator between AX…
1
vote
0 answers

How to sync table from AOT of MS Dynamic AX to Microsoft SQL Server 2014 Express

I set up Microsoft SQL Server 2014 Express on my Computer And I want to sync (copy) data from some table inside AOT of Microsoft Dynamic AX 2012 -R3. Do you have any idea to connect them and copy data ?
1
vote
1 answer

RecId generation has not been suspended for Table: ACCOUNTINGDISTRIBUTION.Suspend the RecId generation before reserving RecId. AX 2012 R2

I am getting this error when i add a line to Project PO and click on edit/save. RecId generation has not been suspended for Table: ACCOUNTINGDISTRIBUTION.Suspend the RecId generation before reserving RecId. Can someone please help me with this.…
1
vote
2 answers

What are the possible values and text description for batch job status in AX 2012?

I'm creating a report to show issues with batch jobs in Microsoft AX 2012, but have been unable to find anything to link the integer status values in the BATCHJOB table in SQL Server to the text description shown in the application. I was told this…
Joshua Perry
  • 93
  • 1
  • 8
1
vote
0 answers

Ax 2012 r2 and r3 dixf client tools side by side

This is a question related to non-prod testing and evaluation I know it's technically possible to have the Ax 2012 R2 client installed locally and have a copy of the R3 Client installation folder copied locally to allow a user to access both Ax 2012…
AxDude
  • 11
  • 1
1
vote
1 answer

Using Microsoft AX 2012 R2 published webservice

I am currently working on a pipeline program that has to interface with AX, and have just noticed that Ax does have an webservice accesible using on port 8101. http://localhost:8101/DynamicsAx/Services/ODataQueryService/$metadata But how do i…
famle
  • 471
  • 2
  • 6
  • 10
1 2
3
17 18