Questions tagged [axapta]

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 and last version AX 7) 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.

Vote to join tags!

The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012 and last version AX 7) 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

2556 questions
0
votes
2 answers

Create a dropdown menu specific for company in AX

I would like to create a dropdown in AX form so that only the user from specific company see this field as a dropdown and other company see it as string field that user have to manually key in. I only manage to create the dropdown list based on…
Raynon
  • 33
  • 6
0
votes
1 answer

Visual Studio crash when Deploy SSRS Report

Using Visual Studio 2013, when try to deploy the Report, the session Crash I attach the messages Do you have any idea to solve this issue? by Event Viewer I already followed this way - BUT the issue has not been…
ulisses
  • 1,549
  • 3
  • 37
  • 85
0
votes
1 answer

Using abs function in join statement in X++ does not work

I want to get related BOMVersion of Prodtable records. There is a method in prod table named bomversion : public BOMVersion bomVersion() { BOMVersion bomVersion; // need to remove active from the query select firstonly…
Nastaran Hakimi
  • 695
  • 1
  • 16
  • 36
0
votes
1 answer

Different exchange rates in TaxTrans and LedgerTrans [AX 2009]

Hello I have a problem with Exchange rates in Dynamics AX 2009. In TaxTrans table is different exchange rate than in LedgerTrans table. In PurchParameters table Exchange Date Rate is set to DocumentDate but in TaxTrans is get exchange rate from…
valvore92
  • 317
  • 1
  • 9
  • 24
0
votes
2 answers

How to use display method as a range in axapta 3.0 report

I am just wondering if someone could help me please. I am designing a report in Axapta 3.0 and facing a issue. I have got a display method in InventTable which is returning the ON-Hand stock quantity. I am using this in a report to show the quantity…
0
votes
1 answer

Dynamics Ax Appendable lookup

I Have a table with a relationship set for a field which gives me the lookup. Within the validateWrite(), i am returning true if that field is being validated, so that it doesn't throw any error. Now I want to allow the user to add a "comma" and…
Looneystar
  • 146
  • 14
0
votes
0 answers

After creating a custom projinvoice can't find created design

I need some help here. I created a custom report invoice design for PSAProjInvoice. I did duplicate PSAProjInvoice and worked on a already made design. Created a Controller and PrintMgmtDocTypeHandler class. Created outputitem extension and…
Tweene
  • 257
  • 4
  • 16
0
votes
1 answer

What is the usage of the copy caller query property in display menu item in D365?

There is a form which is linked to the display menu item. I was checking the property of the menu item and see two properties have yes value, (1) neededRecord and (2) CopyCallerQuery. I discovered that when copyCallerQuery property is true, jumping…
Nastaran Hakimi
  • 695
  • 1
  • 16
  • 36
0
votes
1 answer

choose record which have max value of createdDateTime ax2012

I'm writing a select statement, I want to choose record which createdDateTime value is nearest. For example I want to choose second line, because it has max value. How can i add this condition in my select statement?
Mumble
  • 141
  • 1
  • 8
0
votes
2 answers

Is there anyway to disable the Grid caching in Dynamics AX?

Preferably something that will disable this useless, annoying feature globally. Update 1 By default, Dynamics AX shows only the first 20 rows of a grid. This is an awful feature. I cannot see how much data is in the grid at a glance. I cannot…
William Mioch
  • 917
  • 9
  • 21
0
votes
1 answer

What is the FeatureKey enumeration of the UtilElementType and is there an equivalent in Dynamics AX 2009?

I've downloaded some code off the net which includes the UtilElementType::FeatureKey enumeration. This does not exist in Dynamics AX 2009. What was its purpose? More importantly, is there an equivalent I need to include in the code instead?
William Mioch
  • 917
  • 9
  • 21
0
votes
0 answers

Disabling security policy for some forms in D365

I want to disable the security policy for some forms. It is better to disable security policy when user clicks on the menu item. Otherwise we should consider all lookup and fields which I think it is not a good approach. i.e. We should use…
Nastaran Hakimi
  • 695
  • 1
  • 16
  • 36
0
votes
2 answers

Dimension lookup hangs AX client?

I have an import interface (not coded by me) that imports XML data and creates LedgerJournalTable (1) and LedgerJournalTrans (1..n) records. When handling LJT dimensions, the code first checks that the dimension exists in AX, then inserts the data…
mrsalonen
  • 343
  • 2
  • 15
0
votes
1 answer

What is the purpose of the Agreement field in the PriceDiscTable?

What is the purpose of this field? I am looking to use it for something but I want to make sure it's not contrary to its intended purpose.
William Mioch
  • 917
  • 9
  • 21
0
votes
1 answer

Where can I find completed production items connected to Order

I'm tring to create a report that contains produced items in a certail timeline. How or where can I find completed items. My prodtable contains mostly half products. It should look like: Order reference - Date - Ordered items - produced items
Tweene
  • 257
  • 4
  • 16