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

Using a dynamic mapping for email templates in AX 2009

I am working on setting up email templates in AX 2009 which would be sent out automatically to our customers when certain documents are posted. I have a framework in place that allows me to tie a specific posted document to a specific email…
kingofzeal
  • 1,359
  • 3
  • 12
  • 24
0
votes
1 answer

Web application (portal) to interface with different systems

I think we will have to eventually develop a portal that will expose some of our CRM 2011 data to external users (ie: Case related to them and follow up on activities our staff did on them) and also some Dynamics AX 2009 data (perhaps their invoices…
0
votes
1 answer

Visual Studio 2008 setup for SSRS development on AX 2009

My problem is that I didn't find how to develop outside production environment, I mean when I deploy my dynamics AX reporting projects, I find them in my AX production environment, is there a way to specify deployment target (dev, test or other)? I…
0
votes
1 answer

Relation between payment and invoices in ledgerJournalTrans

I'm working on AX 2012 and I need the relation between invoice (account payable->payment journal) and payment (account payable->invoice journal).
0
votes
1 answer

Synchronize from TFS 2010 server is not working

I'm trying to do a Synchronize/Force on a new dev box and all the XPO's are downloaded from TFS in the repository directory, but I am not see anything new in the AOT. I've restarted the client and the AOS server, no go. I'm using AX 2009 with a TFS…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
3 answers

function in where clause+ axapta2009

I am having Illegal use of WHERE expression for the following statement select dateField from tableName where dayname(dayofwk(tableName.dateField)) like 'sunday'; Pls help
piku
  • 471
  • 4
  • 12
  • 44
0
votes
2 answers

Optimizing database trips for data retrieval

For multiple data insertion we have an efficient way: RecordSortedList RecordSortedList rsl; MyTable myTable; ; rsl = new RecordSortedList(myTable.tableid); rsl.sortOrder(fieldname2id(myTable.tableId,'RecId')); myTable.field1 =…
piku
  • 471
  • 4
  • 12
  • 44
0
votes
2 answers

Cleaning up unused Customers

I am being asked to clean unused Customers in our AX database. The challenge is defining "unused" of course. Is there any diagram anywhere documenting the table's relationship in Dynamics AX 2009 ? For example, I see the table LedgerJournalTrans has…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
2 answers

Dynamics AX 2009 batch job SSRS reporting pdf

Is it technically possible to save SSRS reports to pdf files(without images inside) through x++ batch job? If possible, which classes can I use to do that in AX 2009 without SP1? Thanks for your answers
0
votes
1 answer

Monitoring Dynamics AX with New Relic

Is it possible to use the New Relic monitoring suite with Dynamics AX? Looking at the options New Relic seems to have an option for .Net applications. As Dynamics has some integration with .Net we wondered if it were possible to use this…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
0
votes
3 answers

Enum changes not visible in Enterprise Portal

I have added a couple of items and modified the labels of items held in a Base Enum and these changes do not appear immediately on the Enterprise Portal web page in which they are used (currently the enums are used in combo boxes). I did some…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
1 answer

Adding a range on an enum field

I am trying to add a range (which I believe functions as a filter, right?) on an Enum field. This data source table is used in a Web Report. This is what I do in the init method of the Web…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
1 answer

How do I export an SSRS report to a pdf file in a batch job using X++?

Is it possible to generate an SSRS report in Dynamics AX 2009 and save it as a pdf file using X++ ? The problem I have is that I need to generate the data for the report and then generate the report. Reporting server subscriptions wont work in this…
Joe Brewer
  • 33
  • 1
  • 3
0
votes
1 answer

Globe Software Atlas Error: AtlasTable function "Failed to build Atlas forumla"

We have an Atlas Template (Excel document) containing a number of formulas. One of these formulas is causing the exception message: Failed to build Atlas formula: =AtlasTable("Production…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
0
votes
1 answer

2009Ax Customization : The system should give the flexibility of creating RFQ from Item requirement form in project module

I have created a form in that i have created ok,cancel,and validate button and when i click ok button an infolog popup should open and required data should come there and when i click cancel and validate also it should perform it's actions for…