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
1 answer

Operation is not valid due to the current state of the object in Enterprise portal in Dynamics AX

I am getting following error in enterprise portal in Dynamics AX Operation is not valid due to the current state of the object. Microsoft.Dynamics.Framework.Portal at…
QAA
  • 1
  • 3
0
votes
1 answer

importing postcode in Ax2012 for uk

I am stuck at importing the postcodes there is no option for the UK In drop down list in Organisation Setup --Adress--Adress setup -- Import Postcodes. I am using Ax2012 R3
user978324
  • 59
  • 2
  • 10
0
votes
1 answer

Show the item name when selected the item id from lookup

Dummy needs a help : ))))) I have an empty Grid with 2 fields, ItemId and ItemName, ItemId has lookup key. How to make it possible when I select some itemid from lookup table to show its ItemName in another field?
user3244778
0
votes
0 answers

Double element definition when creating an AX custom web service

We have created a custom web service from AX and we are invoking it from several different application. The problem we are facing is that we have some elements that are defined twice in the service reference. For instance I get this: ///…
MaPi
  • 1,601
  • 3
  • 31
  • 64
0
votes
1 answer

Axapta V3 - how to access worksheet.pagesetup properties from x++

Does anyone know how to access the PageSetup properities of an Excel worksheet via COM from x++ code. I can do all the formatting I require for a custom report but can't access PageSetup object. Any pointers / suggestions appreciated.
0
votes
1 answer

Is it possible to group AssetTrans by financial dimensions

Hi I need to remake AssetSumCalc calss to make possible to group amounts by Financial dimensions. What I actually need is to pass one parameter value, like "Cost center", and group whole assetTrans by that dimension. Is it possible to do it by…
0
votes
2 answers

System.IO.File::Move fails, The process cannot access the file because it is being used by another process

I'm getting the error "System.IO.IOException: The process cannot access the file because it is being used by another process" while trying to move a file i just created myself in the code, while running the code as batch. I have no problems running…
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…
0
votes
0 answers

How to use SSRS to report using a custom, "matrix-ized" table

First up, my environment: SQL 2005 + MS DAX 2009. We have made a table that gets used in a matrix-like fashion for entering in purchase orders via an AX form. So each row will have: a column for item# a column for color columns 1-7 for size…
0
votes
2 answers

axapta thread / animation

i have a function which costs plenty of time. this function is an sql-query called via odbc - not written in x++, since the functional range is insufficient. while this operation is running, I want to show an animation on a form - defined in the…
Nico
0
votes
1 answer

Exception while running the batch using File System Adapter

I am getting an error " There is no service with namespace = ' http://schemas.microsoft.com/dynamics/2008/01/services' and external name = 'ItemService' while running the batch using file system adapter. I went to different forums and as per the…
Alok
  • 244
  • 2
  • 8
  • 23
0
votes
2 answers

Number sequence issue Ax 2012?

I have created a New number sequence named 'MyNumberSeq' using Number sequence form under Organization administration Module in AX 2012. Now, I am using this number sequence in a form in some static field let's say 'MyNumberseqField' in Form…
Mohd Saddaf khan
  • 289
  • 2
  • 14
  • 26
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

Dynamics Ax outbound xml transformation

This xml generates from Dynamics Ax which need transformation (XSLT): Need to create an XSLT in order to get intended outbound xml file
Dip
  • 3
  • 4
0
votes
1 answer

AX 2012 Labels in SSRS Unbound Parameter

I have a SSRS report in AX 2012 with a parameter, where Values is set to "Unbound Values" (Non-queried). In the popup for adding values, I have added a couple of lines with a value and a label like the following: Value: MainAccountId, Label:…
palantus
  • 155
  • 2
  • 12