Questions tagged [ax]

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.

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.

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 is 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 is integrated in the language.

See also: "Microsoft Dynamics AX" article on Wikipedia

230 questions
0
votes
1 answer

Get caller of menuitem in global menu

I am calling a class through a menuItem in GlobalToolsMenu. The caller of my args is always null altough it is called from a form. Is there a way to transmit the form as caller?
0
votes
1 answer

Ax 2012 AIF adapters

I would like to understand benefits and disadvantages by using FileAdapter(async mode) and NetTcp(sync mode) for integration with external system (BizTalk is in middle as well). For each of inbound message a the response message should be sent back.…
0
votes
2 answers

Personalization issue

I had personalized the columns in the Sales Order Grid, I had added some columns and I had arranged them in a manner that is easy for me to identify. I had also saved my changes. This is working fine but when I navigate to other forms and come back…
michiboi
  • 65
  • 1
  • 8
0
votes
1 answer

Ax Trace Parser Doesnt Show SQL Queries

Configuring the tracing cockpit to show sql events, traceparser doesn't show the sql tab, how can I get the sql queries from trace parser? And one second question, It also shows only my queries,is there a way to make it show all queries running in…
Sin5k4
  • 1,556
  • 7
  • 33
  • 57
0
votes
1 answer

AIF WebService AX 2009 - Service Address

I try to setup AIF WebService in AX 2009. I want to publish service in Internet. AX generated wsdl file well but he used local name of server. When client from cloud wants resolve server name to create proxy classes I get error can't find host. How…
Lutador
  • 17
  • 4
0
votes
1 answer

How to create a form level Initvalue in ax 2012?

In ax 2012 i have created and worked with various table level methods like initvalue,validatewrite etc but if i want to create a init() method in form level how should i proceed with coding section after clicking override method as initvalue in data…
0
votes
1 answer

What is the use of Maps in ax 2012?

With a map, we can associate a map field with a field in one or more tables. This enables us to use the same field name to access fields with different names but the same data type in different tables...this is the definition i understood but i…
0
votes
1 answer

Beginner to AX DYNAMICS Need clarification

i would like to migrate to dymanics technical, i going to install dynamics in my laptop which has 500 gb hardsisk,4gb ram,win 7,icore 3 processor will it be okay for the software ? some saying it will got hangup and gives slow response am ready to…
Goutham Arul
  • 59
  • 1
  • 2
  • 10
0
votes
1 answer

Lookup on ListPage Dynamics AX 2012

I've tried to create control with lookup so client can choose Vendor and filter grid with this data but I dont have any idea how to create lookup on ListPage when I cant override any method.
user3824908
0
votes
2 answers

Reports SSRS deployment issue in dynamics ax

I have create my report in visual studio and i can't deploy it; I have deploy my report by 3 different ways : Through AOT,Through Visual Studio,Through PowerShell ; but i have the same issue i have this error message: The deployment was canceled…
Ahmed
  • 259
  • 2
  • 9
  • 26
0
votes
1 answer

Union in AX static Query - INNER and LEFT Joins are causing errors

I want to make this kind of T-SQL code in AX static query, the issue here is that, when I'm making QueryType: Union instead of Join, I get an error that no Outer Joins can be used, only: exist joins and not exist joins, what can I do about…
0
votes
1 answer

How to get Catch weight concept in Ax 2009

Is there Catch Weight concept in Axapta 2009 as it is in Axapta 2012 ? If not how to achieve same in AX 2009. Is there any work around ? Please Help :)
Vikas
  • 50
  • 10
0
votes
1 answer

How can i connect Microsoft AX client to an AOS instance installed on a server hosted in Azure cloud?

I have Microsoft AX client installed on my pc and i have to reach and connect to an AOS (Ax Object Server) which is hosted in the MS Azure cloud, within a network. The problem is the client seems that cant reach the server. I opened all the ports…
0
votes
1 answer

Why is IDMF not supported on AX 2012 R3

I see that IDMF was released today and it's supported for every 2012 version barring R3. Is there another product that'll take it's place? Is the development team still working on the R3 version?
Eish
  • 1,051
  • 1
  • 9
  • 16
0
votes
1 answer

Using advanced inquiry with Microsoft AX

I want to find jobs that have lines where "Work status" is DISPATCHED and "Reason ID" is empty (in the picture upper one marked with red). With my current inquiry it still finds also jobs that have lines where work status is right but there is…
Heka
  • 11
  • 3