Questions tagged [dynamics-ax-2009]

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 R3) are called Dynamics AX.

Microsoft Dynamics AX was originally developed as a collaboration between IBM and Danish Damgaard Data as IBM Axapta. 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.

Se also Wikipidia article.

594 questions
-1
votes
2 answers

How can i display date and time in a field with date type

How can i display the current date and time in a field with date type. I can show the current date with today() but how can i display the current time. Furthermore i want display these two in one field. Thanks for every help. Felix
-1
votes
1 answer

Refresh a form from class after insert()

I want refresh a form from a class. I want the refreh after a insert() statemant. Is here a better solution for this problem. Here is my code: try { do { row++; this.readRow(row, cells); ttsbegin; …
-1
votes
1 answer

How can I capture the parameters from a report in the report in Axapta

How can I capture the parameters from a report in the report
-1
votes
1 answer

How to create MultiSelect dropDrown or Lookup in Enterprise Portal Dynamics Ax 2009?

I want to create MultiSelect Dropdown or lookup on EP page in Dynamics AX 2009 ? Any suggestion please I am new to EP.
anonymous
  • 11
  • 1
-1
votes
1 answer

Dynamics AX 2009 Mobile C#

I have to develop a mobile application on a motorola mc55a0 device, running windows mobile 6.5. The thing is I need to connect to AX 2009 and since I can't use the business connector in a mobile app, i don't know where to start... Any help is…
user3813360
  • 566
  • 9
  • 25
-1
votes
1 answer

Issue running developer cross-reference in AX 2009

I'm trying to run the AOT cross-reference in AX2009, path from GUI is and with the Update Data Model & Update Type hierarchy fields checked. I receive the following error when attempting the above: User is not authorized to delete a record in…
-1
votes
1 answer

AX2009: Handle User Input before it goes to the form

I would like to be able to handle the input that is sent to a form in AX. Is there any way of doing this? And this has to be for all keyboard input for a form. For example, there is the SysSetupFormRun.task() method where you can detect a limited…
user3660338
  • 296
  • 5
  • 23
-1
votes
2 answers

Microsoft Dynamics AX filtering data based on a ComboBox

I got a functionality to implement: In PurchTable form in am told to create a combox on top of form which used enum as in purchTable.purchstatus field ie:invoiced,openorder,reveived,. Now on clicking on any one of the above element in combo box i…
user2711111
  • 1
  • 1
  • 2
-2
votes
1 answer

how to connect dynamics AX 2009 and visual studio 2008

where can i find a guid what to install for developing in AX and visual studio? I have AX 2009 and Visual Studio 2008 but I am not able to connect them. Thanks in advance.
1 2 3
39
40