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
0
votes
2 answers

Attach document to a record in AX 2012

I want to attach a pdf file for a particular record in AX 2012 form. How to do that? Please let me know the step by step procedure..
Mohd Saddaf khan
  • 289
  • 2
  • 14
  • 26
0
votes
1 answer

Ignore datasource filter on a form in AX 2012?

I have a form that has a menu item which takes us to another form and per base AX filters on the selected record. I want to create a separate menu item that takes me to the same form, but instead removes the filter on the record. Any ideas?
Mr. Dynamic
  • 499
  • 4
  • 6
  • 11
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
1 answer

General Journal AIF Services can't import offsets account of type customers - AX 2012

I am trying to import data from a CSV file to AX 2012, using AIF, and consuming the Web Service through C# Web Application. The data that I am trying to extract is from: The web service I am using is the basic GeneralJournalService. The code used…
Tito
  • 722
  • 4
  • 26
  • 55
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
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
0
votes
2 answers

Dynamics AX MorphX WMSPickingList Report

I am trying to modify the WMSPickingList_OrderPick Report in Dynamics AX 2009. I am attempting to move the InventDim group onto the same line as the actual Item Line, as it currently prints underneath. I have tried manually moving the fields, in…
will
  • 188
  • 1
  • 4
  • 16
0
votes
1 answer

Showing Page Footer In Customer Account Statement

I can see this topic has been brought up before but not answered successfully. I am wondering if it is actually possible to have a page footer showing on every page of the customer account statement, it is a very basic footer with 5 lines of static…
will
  • 188
  • 1
  • 4
  • 16
0
votes
1 answer

How to restrict the date selected

How to disable dates greater than today in a DateEdit control in an AX form? Is possible with a date extended data type?
cleon29
  • 25
  • 6
-1
votes
1 answer

AX-CRM Integration With purchse order

How to integrate CRM custom entity to AX Purchase order? Can we do it through connector? Is there any non-programming solution?
tre
  • 19
  • 5
-1
votes
1 answer

travel and expenses ax 2012 UK Credit Cards

Im looking at the Travel and Expense Management module in AX2012 and i was wondering if anyone has managed to get the import feature working for UK credit cards? My Senior Consultant has said that this feature will only work for American cards but I…
-1
votes
1 answer

Microsoft Ax Dynamics Turorial

i like to change my profession from DOT NET developer to Microsoft Dynamics Ax, Queries: will it be helpful with current it Scope Where would i learn, please suggest some proper tutorials and i have tried some but its not up to mark Pl help me…
Goutham Arul
  • 59
  • 1
  • 2
  • 10
-1
votes
1 answer

AX2009: Handle User Input before it goes to the form

I would like to be able to handle the input that is sent to a form in AX. Is there any way of doing this? And this has to be for all keyboard input for a form. For example, there is the SysSetupFormRun.task() method where you can detect a limited…
user3660338
  • 296
  • 5
  • 23
1 2 3
15
16