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
2 answers

dialogPostRun method in RunBaseReport

I have a RunBaseReport which contains overrided dialog method where I'm adding couple of my controls. One of those controls is a combobox. Controls enabled() property should be changed when I'm modifying combobox. So basically I need to know when…
alexlz
  • 618
  • 1
  • 10
  • 24
0
votes
1 answer

Dynamics AX 2009 - Rename Financial Dimensions

We are having an issue with the length of a financial dimensions going to FRx. The new dimension; "INTDESIGN" is 9 characters obviously, but FRx seems to only accept 8. There aren't many posted transactions in AX to clean up, but I am curious if…
manderson
  • 837
  • 1
  • 6
  • 18
0
votes
0 answers

Dynamics AX 2009 - Transaction not settling

We have an invoice and payment with a 90$ difference. The customer paid the $292.28, and didn't want the other 90$ product. The user created a return for the other 90$ but it's not settling. I've tried "Marking" the transaction and updating, but…
manderson
  • 837
  • 1
  • 6
  • 18
0
votes
0 answers

Need a form/view/x to show fields from three tables in dynamicsax

I have a bankacctrans table. I have vendtrans, vendinvoicejour tables.(Banktrans related to vendtrans by field voucher, vendtrans related to vendinvoicejour by field vooucher) I need to create a view/form which will show few fields from above 3…
0
votes
0 answers

Axapta 2009 - Service reference enum

Is there any way to loop through all the enum values for a enum from a service reference in AX2009?
user3660338
  • 296
  • 5
  • 23
0
votes
2 answers

How to Stop allowing Duplicates in Dynamics ax 4.0

When we recieve orders from web it creates a sales id and stores it. But if i recieve order from web at same time in two instances, it creates two sales orders for the same web order. So how can i stop it? I kept as Index for weborder number Allow…
Raas
  • 261
  • 8
  • 25
0
votes
0 answers

Overview-Lines update record AX 2009

I am trying to update a delivery date of a record in Overview part of a form and I want that the Lines part of this record stays the same,but when I do the job to update the date, the date changes but the line part of this dissapear.As far as I know…
AXING
  • 41
  • 1
  • 6
0
votes
1 answer

set permissions for menu items (Ax Dynamics 2009)

I'm having some problems with granting access to a certain menu item in Ax Dynamics 2009. The situation is this: We have a form with transactions of items (based on InventTrans). This form displays all transactions for a particular item, like sales,…
Teebs
  • 171
  • 1
  • 15
0
votes
1 answer

DLL Reference compile error AX2009

I have added a DLL to AX2009. I have placed the DLL in the bin folder for the server and added a reference from in the CUS layer. When I compile the code from the CUS layer, then it compiles fine. Although, when I try and compile the code from the…
user3660338
  • 296
  • 5
  • 23
0
votes
1 answer

Dynamics AX financial stock

I have a stock dimension set up on several items. I don't want to add dimensions I just want a current stock dimension that is enabled to be recognised during financial update of stock. I thought I could create a new dimension group and add the same…
Joshoohaa
  • 11
  • 3
0
votes
1 answer

How to determine recid addition on equal indexes in AX2009

I am trying to find out how and when Dynamics AX adds a RECID to an index. I already found a few ways by reading the book "Inside AX 2009". It adds a RECID to one index if none of the defined indexes are unique. It does this by estimating the…
0
votes
3 answers

AX2009 - Check if form is caller

Is there a way to check in the code in a form if the form is being used as a caller for another form that is currently open?
user3660338
  • 296
  • 5
  • 23
0
votes
2 answers

Dynamics AX 2009 .NET Business connector

I want to know how to create a new item record using a template in Dynamics AX 2009 .NET Business connector. I know how to do this using Dynamics AX 2009. Is there a static method that i can call? I also want to show the new item information to the…
0
votes
3 answers

AX 2009 to AX 2012 upgrade of VAR layer

We are trying to Upgrade from Ax 2009 to Ax 2012. In ax 2009, we have developments on Var layer. Can someone please explain all the scenario I need to do, from beginning to end, in a short variant?
0
votes
1 answer

production order number sequence

Is it possible in AX 2009 to give number sequence as per the production groups. because I need to give number sequence according to the production order per site. please guide me whether it is possible or not ?
Mechri
  • 17
  • 1
  • 3