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

AOT Reflection not working as expected?

I'm writing some code to search the AOT for certain objects and just doing an Extended Data Type search isn't working as expected. I created, in the USR layer, an EDT called "Alex" with an EnumType of "SysDimension". It can't find it in the AOT,…
Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71
0
votes
1 answer

numeralsToTxt() method in Axapta

When i am trying to print info(numeralsToTxt(3492.4069)); It give me the out put as *** Three Thousand Four Hundred Ninety Two and 41/100. Now I want it to be *** Three Thousand Four Hundred Ninety Two and 406/1000 when i check the method…
piku
  • 471
  • 4
  • 12
  • 44
0
votes
1 answer

Why doesn't my AX SQL work properly

We merged a few hundred duplicate customer accounts that had transactions. Customer "Alexander Smith" and "Alex Smith" for example were merged into "Alexander Smith". In our custTableMergeLog, I inserted a record of this merge with an old/new cust…
Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71
0
votes
2 answers

How to filter on report?

I am working on a report in AX 2009. I want to filter data of InventSiteID on the basis of ExpDate. I have 2 datasource in the query which is attached to report. Both the data source are same InventExpired. I have to show 4 fields in dialog i.e.…
0
votes
1 answer

How to create Index using AOT?

Basically I am a database Admin, New to Dynamics AX, How to create Index (Clustered and Non Clustered Index) in Dynamic AX Using AOT? If I synchronize the AX, The index will be removed? Is there any method available to create Index with Include…
user1835120
  • 1
  • 1
  • 1
0
votes
1 answer

Dynamics AX 2009 SSRS 2008 report mail subscrition

I have some issues on creating mail subscriptions for AX SSRS reports. I put integrated credentials in the report, but subscription still return exception: An error has occurred during report processing. Report works in browser with values for…
0
votes
2 answers

Mixing temp table and real tables in query

Why does one of these queries work and the other does not? I wrote the working query, then made the table temporary and it has to be rewritten to have the temp table on the outside. This is the data in the tables: tmpTASItemQtyInventDim: |ItemId |…
Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71
0
votes
1 answer

Data copied between rows on form's datagrid

Within AX 2009, I have, through compare and compile, added two new controls within a datagrid on a form, a Real edit and a combobox. I have compiled with no issues. The Allow Edit property is set to Yes on both controls. However, on the form, if I…
AX_Dev
  • 69
  • 1
  • 4
  • 11
0
votes
1 answer

Dynamics AX EP - Create completely new dataset row

I need to make a completely new row in specified Dataset in Dynamics AX Enterprise Portal User Control (without editing this data in axgridview). I've developed code as follows: CodeBehind: protedted void…
Redzio
  • 354
  • 1
  • 3
  • 15
0
votes
2 answers

Is it possible to have a lookup that get datas from multiple table?

In Dynamics Ax I can use sysTableLookup to show a combo lookup with a grid with multiple columns? How to get data from multiple table?
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
1 answer

Dynamics AX 2009 - Differentiating between Invoice and Credit Note

I was wondering whether or not it was possible to differentiate between an Invoice and Credit Note when using Dynamics AX 2009? As my understanding is that they get printed the same with the exception that a Credit Note contains negative values? The…
CallumVass
  • 11,288
  • 26
  • 84
  • 154
0
votes
1 answer

Dynamics AX 2009 - Customising AutoReports

I have created a custom auto report (by clicking file > print - then modify to create new) with various fields but when physically printing the report, the first column wraps the text so it looks something like this: Item # | Item Name |…
Dean McGarrigle
  • 163
  • 1
  • 2
  • 7
0
votes
1 answer

AX2009 RU7 Custom Lookup Lists

I have been successfully using a custom lookup for years in AX2009. After uplifting to RU7, it seems the previous method no longer works. Any suggestions as to what I should change in order to fix it? Here is the code I've been using to call…
Brad
  • 1,357
  • 5
  • 33
  • 65
0
votes
1 answer

What are the logs that MS Dynamics AX writes in the residing machine that can consume space and memory of the machine?

I have a third party application that is developed in ASP .NET Web Forms and it uses the AX 2009 business connector for the integration of MS Dynamics AX 2009. The machine where the AX 2009 was installed were reducing the performance due to the…
Jerameel Resco
  • 3,409
  • 7
  • 23
  • 30
0
votes
1 answer

XGantt ActiveX issue on Dynamics AX (2012)

I’m facing some issues with the Netronic XGantt ActiveX. My problem is that my ActiveX in the Form doesn’t seem to find the table I specified in the config panel. I can't post a screenshot here since I'm new (I don't have 10 points) so this is a…