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

AX 2009 error: The length of the specified literal string exceeds max limit

When saving a SalesLine, changing only the Name field, the doUpdate method will occasionally throw an error exception: The length of the specified literal string exceeds max limit. When the string length of Name is 128 the doUpdate succeeds. When…
Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
0
votes
2 answers

Find / search the AOT for an exact match

Is it possible to find (search) in Dynamics AX 2009 for an exact match? For example, when I am searching in the AOT for "AddressRelationship", I don't want to see DirPartyAddressRelationship in the results.
Michael Russ
  • 81
  • 3
  • 10
0
votes
1 answer

Validate xml with xsd in x++

I want to validate my xml against xsd in AX2009. But whatever I change in the xml, the xml will always validate... Wat is wrong with my code? static void Job174(Args _args) { XMLDocument xmlDocument; XMLSchema …
user1455743
  • 1
  • 1
  • 1
0
votes
3 answers

How to import XML file in to Dynamics AX 2012?

I am wondering which is the best way to import XML file like (purchase orders) into Dynamics AX?
user1444627
  • 1
  • 1
  • 1
0
votes
0 answers

How can I add a listview to a dialog via X++ code?

I'm creating a basic CSV importer tool. The goal is for a RunBase class to call a dialog, and in the dialog, I want to have the user select a CSV file that will be a specific format. I have dialog.allowUpdateOnSelectCtrl(true) so the idea is when…
Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71
0
votes
1 answer

Getting error while defining AIF channels

I am using client instance of dynamics Ax 2009. While defining channels for AIF I encountered a error and the error message is given below. "Path %1 does not have file write permissions".
0
votes
1 answer

Enterprise portal page on Dynamics AX 2012

I am using Dynamics AX 2012 Hyper-V image and Dynamics AX client works perfectly. But my EP home page is not coming up. It gives an error like below. Message: An unhandled error has occurred. To view details about this error, enable debugging in…
Harry
  • 145
  • 1
  • 4
  • 13
0
votes
1 answer

DotNetNuke 6: AD Forms-based Authentication to Dynamics AX 2009 Business Connector

There are 2 parts to this question. To develop applications with ASP.NET that interface with AX 2009, calls to the Business Connector (BusinessConnectorNet.dll) must make a call through the Axapta object like this: Axapta ax = new…
C. Griffin
  • 681
  • 1
  • 12
  • 32
0
votes
1 answer

Axapta: is it possible to add a search textbox to filter menu name?

i would like to add a text box on top of the Dynamics Ax 2009 interface, that allow users to filter menu name. Dynamics Ax has a 'big interface' with a lot of menu, sub menus etc. It would be nice to allow users to filters and visualize only…
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
1 answer

Hiding/showing report field based on values

this is a really simple query but I have a total mental block with it. I am modifying the Customer Account Statement report, and we have two Invoice ID Fields, I want to hide one if there is a value in the other. For…
will
  • 188
  • 1
  • 4
  • 16
0
votes
1 answer

Axapta: How to populate a grid?

in Dynamics Ax, how can i programmaticaly populate a grid ? I think, using a datasource ... ok, but how to assign 'the query' to the datasource, then populate grid ? Thanks
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
1 answer

How can I resolve this Dynamics AX 2009 Error?

When doing a data dictionary synchronisation, I am getting the following error: "There is already an object named 'I_1338SORTINGIDIDX' in the database." "Synchronize failed on 1 tables"
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
0
votes
1 answer

InventDim from ItemId

I am working on generating a form with fields of dimensions including Itemid. I have a form in which i have only the ItemId, I need to find inventDimID for it. How do I do that?
Tejashree S
  • 311
  • 1
  • 12
  • 27
-1
votes
1 answer

Journal id drop-down fails to appear in AX2009

One person has this problem in production environment: when creating a new payment journal (AR/Journals/Payment/Payment journal) and tries to select a journal name, the drop-down only flashes momentarily but will not appear so that they could select…
mrsalonen
  • 343
  • 2
  • 15
-1
votes
1 answer

Do we have any predefined job available in AX for Updating Inventory for multiple items? AX 2012

Do we have any job or class available ready to update onhand Inventory in AX? I have an excel with values about inventory for items. I need to update them in AX. Can someone suggest ?
1 2 3
39
40