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

Dynamics AX Business Connector LogonAs failed

I have an Enterprise Portal running IIS 7 on windows Server 2008 R2. We are using Dynamics Ax 2009 Rollup 7. Our Enterprise portal site stops working or displaying image, and I have to reset IIS to fix the problem. Here is the error we getting and…
0
votes
1 answer

Querybuild, join refer back to first tabel does not work in code

I have this SQL statement : select * from AX2009_DEV.dbo.WMSINVENTTRANSDOCK join AX2009_DEV.dbo.SALESTABLE on INVENTTRANSREFID = salesid join AX2009_DEV.dbo.INVENTDIM on WMSINVENTTRANSDOCK.inventDimId = inventDim.inventDimId I am trying to write…
PhDJ
  • 173
  • 1
  • 4
  • 15
0
votes
2 answers

Recycle and reload application pool on IIS7

Is there a way to recycle and afterwards reload an application pool? My problem has been slow performance when logging in to my web application. I found out that the "Idle Time-out(minutes)" was sat to 20 by default. This caused the application to…
Phu Minh Pham
  • 1,025
  • 7
  • 21
  • 38
0
votes
2 answers

AX 2009 - TFS - Issue with Label File

We have implemented TFS for Dynamics AX 2009 as our version control system. Everything is going great with the power of TFS except for that of label files. The problem we are facing is when multiple developers check out the label file. In such cases…
Zahir Khan
  • 35
  • 2
  • 7
0
votes
1 answer

Populating multi select control from multiple values when form opens in AX

I need to populate multi select dropdown from multiple values from table like this value1;value2;value corresponding to each record (which is in list box). When I select any record in list, the value of multiselect combo box changes corresponding to…
QAA
  • 1
  • 3
0
votes
1 answer

Insert Method of Table

I've written some code in insert method of RBOLoyaltyMSRCardTrans table, it is working fine when I add some row from AX client, but I want this code to run when a transaction is occur in POS and data is written in this table, in this case my code is…
alphaprolix
  • 601
  • 2
  • 10
  • 25
0
votes
1 answer

Populate a value in combobox dynamicly

I have a form where user picks a Item# and gets info for the selected Item. This form got enhanced by adding another filter, using a combobox control, to select a 'warehouse'. I could use a lookup for the warehouse(the list is huge) to chosse a…
Alec
  • 13
  • 3
0
votes
1 answer

Observer Pattern in Dynamics AX

I would like to use the observer pattern for a new project. Can anyone give me a short tutorial of how to use the observer pattern in Dynamics AX? Many thanks and greetings, Orangeman
SysC0mp
  • 90
  • 1
  • 14
0
votes
1 answer

Get all objects of a specific developer

Is there any quick and easy way to get all created / programmed objects of a specific developer? I often search something that i programmed a while ago and i want to save the time. Greetz, Orangeman
SysC0mp
  • 90
  • 1
  • 14
0
votes
1 answer

Form refresh changes the record

I have a multiple records on a list page. When I edit a record then it works fine but when I refresh the details form, record is changed to the first record every time! I have checked, data source relations are working well! Problem lies somewhere…
0
votes
1 answer

Getting Credentials for LogonAs in Business Connector

I'm calling an AX (2009) method from within a .Net component embedded in a form and need to Logon in order to do so. For security purposes I need to use LogonAs rather than the Logon method. Is there any way of automatically retrieving the…
0
votes
1 answer

Dynamics AX 2009 Workflow Deadlock

Randomly some workflow processes are in error with the message: Can not select a record in Table messages workflow (WorkflowMessageTable). Message ID workflow: {00000000-0000-0000-0000-000000000000}, {00000000-0000-0000-0000-000000000000}. …
Klamore74
  • 578
  • 1
  • 6
  • 21
0
votes
1 answer

How can I get list of tables in a table collection?

I need to do a work about virtual companies. So I'm struggling with table collections. Is there a way to get a list of tables in a table collection?
Berkay
  • 55
  • 1
  • 8
0
votes
1 answer

ActiveX Component - Using external methods?

I've written an ActiveX component to be included in an AX2009 form. I have managed to include the component in the form and all works fine, however I would like to extend its functionality. Is it possible to call AX methods from within the control…
GroomedGorilla
  • 920
  • 2
  • 10
  • 30
0
votes
1 answer

Downgrade / import XPO from 2009 to 4.0

Is there any tool / automatism to import an XPO, exported from AX 2009 to AX 4.0? The straight way does not work, since properties listed in XPO differ, e.g. I get the exception that import has been cancelled because of "...PROPERTY found,…
Nico
  • 1,175
  • 15
  • 33