Questions tagged [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) 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) are called Dynamics AX.

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.

See also: "Microsoft Dynamics AX" article on Wikipedia

230 questions
1
vote
1 answer

Is it possible to change the target namesplace of an AX 2012 AIF WebService?

If I create a AIF-WebService (custom or document) the targetNamespace is set to "http://tempuri.org/". Is it possible to change that? I've set the property "Namespace" in the service node in the AOT and I set in the configuration of the service the…
supertobi
  • 334
  • 2
  • 20
1
vote
2 answers

Report with large header and footer - alternate blank pages

I have a customised sales confirmation report which contains a lot of customer information in the header, and a lot of T&C text in the footer. When this report spills over to a second page, all I see printed is a blank page (with the standard header…
AnthonyBlake
  • 2,334
  • 1
  • 25
  • 39
1
vote
2 answers

Adding InventTable fields to InventOnHandItem form

I'm trying to add InventTable table fields into InventOnHandItem form, I added InventTable in InventOnHandForm datasource and tested all kind of linktype properties with no results. I also tried to modify InventSum table by adding InventTable in…
Thomas Post
  • 535
  • 2
  • 11
  • 27
1
vote
1 answer

Digital Signature in AX 2009 + PDF

I have vouchers which has to be digitally signed by the higher official abc, xyz. I know that digital signature has to be added in the PDF file (report output), but not sure how, also that certain methods of PDF has to be called from Axapta but…
piku
  • 471
  • 4
  • 12
  • 44
1
vote
4 answers

Axapta/DynamicsAx: UTC datetime conversion

We are trying to interpret the data stored in Axapata's TIMEZONESRULESDATA table. Particularly, we'd like to figure out how it stores DST begin/end times. So far, my guess is: TZENUM: foreign key referencing TIMEZONESLIST (time zone name and…
BuschnicK
  • 5,304
  • 8
  • 37
  • 49
1
vote
2 answers

Dynamics AX 2009: How to programmatically allowEdit on Checkbox control

Essentially, this is what I'm faced with: I want to modify the InventTrans form By default, it has the entire InventTrans datasource set to AllowEdit = No I want to enable editing on ONE new Enum field (NoYes type) Should I set the InventTrans…
C. Griffin
  • 681
  • 1
  • 12
  • 32
1
vote
1 answer

The open operation did not complete within the allotted timeout of 00:01:00 - AX 2012 using AIF/WCF

I am having a problem with AIF in AX 2012 when it deals with a big amount of data that takes a long time. I am using the adapter NetTCP and I am having the following exception while consuming the web service using an WebForm application. The open…
Tito
  • 722
  • 4
  • 26
  • 55
1
vote
1 answer

group by clause in X++

Another weird question, is it possible to specify an expression in a group by clause in X++? basically, how can I do the following: while select InventDim **group by substr(InventDim.inventBatchId,1,3)** join InventDimId from InventTrans where…
Thomas Post
  • 535
  • 2
  • 11
  • 27
1
vote
1 answer

Determine the number of affected rows by an update_recordset call in Dynamics 4.0?

I have an update_recordset call in my code, and I'd like to echo back the number of rows that were affected by this update. In version 2009 and 2012, there's a RowCount() function I can call. How can I accomplish this in Dynamics 4.0? I do not…
Nick Heidke
  • 2,787
  • 2
  • 34
  • 58
1
vote
2 answers

programmatically depreciation run ax 4

I would like some assistance on creating a depreciation run in X++ the variables are Account Number as in the Asset and the End date. I created LedgerJournalTable, LedgerJournalName, LedgerJournalTrans very effectively but do not understand…
1
vote
1 answer

error 1001 in installation of Dynamics ax 2012

IN installation of Dynamics AX 2012 i have an error : " error 1001 " i try to install many time but evry time i have this error and this ligne in log file : Install: Error during Setup: 2012-06-08 11:27:25Z >>Install: An error…
jawhar_m
  • 145
  • 5
  • 13
1
vote
1 answer

Dynamics AX 2009 Developer Install

I am trying to set my new laptop up with a developer installation of MS Dynamics AX 2009. I start by installing MS SQL Server 2008 R2, this goes in fine, I create a new database in here. I then launch the AX 2009 setup, I firstly install the…
will
  • 188
  • 1
  • 4
  • 16
1
vote
1 answer

Dynamics AX 2009 X++ Selecting A Date Range

I am creating an X++ report, and the requirement is that the user can multi-select on a form and when they click the report menu button the values are pulled in based on the selection. So far this is easy enough, and I can pull in Str ranges i.e.…
will
  • 188
  • 1
  • 4
  • 16
1
vote
2 answers

Only DAT company found

I have installed Dynamic AX 2012 and I have checked AOS. After steps of configuration Dynamics AX I restart it and when I want to go to the legal company CEU or other I cannot! I have just a windows called DAT. Only DAT found in dynamics ax…
jawhar_m
  • 145
  • 5
  • 13
1
vote
4 answers

Fetch Method Not Picking Up First Value On Report

me again with another report query... I've come across this before and resolved the issue, but having checked the existing report I cannot see where I am going wrong, so hopefully someone else looking at this will be able to help... Basically, I…
will
  • 188
  • 1
  • 4
  • 16