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

Transactions in a Purchase Order (type order: Return Order)

When I make a purchase order (Type: purchase order), and I post a packing slip, Ax generates transactions like this: Account: 253 debit:100 (packing slip account) Account: 6133 credit:100 (packing slip offsetaccount) When I post the…
Jose7906
  • 19
  • 3
0
votes
2 answers

How to change the field order in a table without recreating the table?

In the AX client, is it possible to change the field order in a table, without dropping and recreating the table? Is there a quick and easy way to do it? I am using Dynamics AX 2009. I've tried: In AX, changing the order of the fields in the table…
Michael Russ
  • 81
  • 3
  • 10
0
votes
2 answers

Saving runBaseBatch class created file in distant directory

I wrote a job that generates pdf files with salesQuotation report, the files are created in a network directory . This job works fine. Then, I wrote a class that do the same as the job but in a runBaseBatch class. It doesn't work and I have the…
Thomas Post
  • 535
  • 2
  • 11
  • 27
0
votes
1 answer

IIS Load Balance Script

I've recently setup Windows NLB Custering on a couple of servers hosting IIS. I've heard that it's possible to control the "health" status of each server via script - i.e. rather than relying on window's internal definition of which servers have the…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
0
votes
1 answer

Change PurchPrice on dynamics ax 2009 purchase requisition line

I want to insert a new product on a purchase requisition and edit the Purch Price but the field is read-only. I try to unlock the field in the PurchReqTable form but it is already locked. I try to find some run-time method that lock the field, but I…
Klamore74
  • 578
  • 1
  • 6
  • 21
0
votes
1 answer

New Return Order form name?

I'm having difficulty finding the name of the new return order form in AX? When I go to setup I see the form name is: SalesCreateOrder but this is also the name of the form used when I create a new sales order, yet these forms are different so how…
CallumVass
  • 11,288
  • 26
  • 84
  • 154
0
votes
1 answer

Can't update decimals with an AIF Webservice in AX 2009

I've created an AIF web-service in AX 2009 with the standard wizard from a query. Now it looks like that every thing works, except in the update. I'm not able to write back fields from the type "decimal". But "string" fields works without…
supertobi
  • 334
  • 2
  • 20
0
votes
2 answers

How to copy the description value of a lookup to another field?

I have a grid called myGrid. The column A of myGrid is a lookup that shows 2 values: the code, and the description. I would like to copy the selected item's description into a second column of myGrid. What would be the best way to do this?
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
2 answers

Download images from a web server with AX 2009

I'd like to download images from an web page and save them localy on my system and then connect them to an item in AX. Does anyone have an example how to download images form the internet with AX 2009?
supertobi
  • 334
  • 2
  • 20
0
votes
2 answers

Can AX manage database replica/mirroring?

In the future my company will open two remote office, so we will have 3 single office that can access to Dynamics AX. What is the best 'scenario' I can configure? Is it possible to have 3 AOS (one per office) that access to 3 physical database…
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
2 answers

What are the performance difference using Axapta with a terminal server installation vs a client installation?

This seems a 'stupid' question, but let me explain. I'm working for a company that use Axapta exclusively via Terminal server, so: 1 AOS server and 1 terminal server where all employee connect and use Axapta. I would like to know if there are some…
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
1 answer

Reading regional settings

When exporting some data to an Excel workbook I am setting a custom number format for certain fields. The problem is that the actual format string depends on the locale, for example "0.00" for English and "0,00" for Slovenian. Is there any way to…
Mrki
  • 368
  • 2
  • 7
0
votes
1 answer

Is it possible to filter a datasource getting the condition from a calculated field?

I'm guessing if it is possible to filter a datasource using the result getted from a calculated field. For example, I need to filter my datasource (and, in consequence) my grid, using the condition: Field A - Field B > 0. Is it possible ?
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
2 answers

Does exists some external text viewer for AOD files?

Does exists some external text viewer for read AOD source files of Axapta ? I would like to backup it each X hour, then try to read the 'past' versions of source code. Thanks
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
1 answer

refresh an int64edit and get selected element

Refresh an int64edit and get selected element. I have an int64edit, when I select a value I would like to get back this value. Which method should I use or override ? I tried to override the method " validate " In which I used ValueStr to get the…
jawhar_m2
  • 23
  • 5