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

Dynamics AX 2012: error when trying to use sharepoint online as document management destination

We have AX 2012 R3 on-premis and are trying the setup Document management with a SharePoint online location. I have configured as per the Microsoft guidlines but when i try to upload a file i get an error "Error during upload". The user account im…
Mark
  • 1
0
votes
1 answer

Lookup Filtering on D365 x++

I am a beginner at d365 finance and operations. I have service and sub-service lookup fields in a form. This field's data sources have a one-to-many relationship with a foreign key. When I select a record in the service field, I want to see only…
Granger
  • 21
  • 1
  • 10
0
votes
0 answers

Configure postman locally in hyper-V

I'm using Hyper-V to learn about Postman and Dynamics 365. I'm currently trying to consume a service that I created in D365FO through Postman, but I am unable to do so. I think I am missing some configuration but I can't figure out what it is. Does…
0
votes
0 answers

AX 2009 Business Connector LogonSystemChangedException in multi AOS environment

On a multi AOS environment we have created a .NET application which fetches client sessions details using Business Connector .NET dll. When we logon on an AOS Server we get the client sessions but when we select another AOS from the dropdown list to…
Mivaweb
  • 5,580
  • 3
  • 27
  • 53
0
votes
0 answers

How to create request with OR for different fields in AIF Soap UI

I have webservice AIF from Dynamics AX 2012 which return information from CustTable. How can I write request that return me information about Customers with AccountNum "1111" OR Blocked "NO". How can I write query with OR condition? If I write…
valvore92
  • 317
  • 1
  • 9
  • 24
0
votes
0 answers

Getting the current record of the lookup table

I need to get the value from a lookup field and need to auto-write this value to another string field. I used Modified field event to auto-populate string fields but when it comes to lookup I cannot get the value. I am dealing with this for 3 days.…
Granger
  • 21
  • 1
  • 10
0
votes
1 answer

How can I auto populate a field based on other fields with X++?

I am using D365 Finance and operations. I have a form and four fields in it. Every time I enter a new record of one of these three fields, their values should be concatenated and the combined text put to the 'Details' field which is the fourth…
Granger
  • 21
  • 1
  • 10
0
votes
2 answers

dynamics ax 2009 landing page

I would like to redirect some of my users to a specific form in aot when they open dynamics ax 2009. What is the best way to that? Today, they directly go to the role center page. Thanks
bobo98
  • 1
0
votes
0 answers

AX 2009 integration in an azure app service

I am looking into integrating our AX 2009 with an Azure app service. The app service need to create and update employees in the AX HRM. I can see that my options are either business connector or AIF. I am completely new to everything-AX, and have no…
linlin
  • 61
  • 1
  • 7
0
votes
1 answer

How to locate the method using an error message string?

I would like to know where is this error code located in the AOT. Would like to know the path to understand the structure and develop custom code. Transaction has been selected, for settlement, although settlement type: none was selected
Raynon
  • 33
  • 6
0
votes
0 answers

AX .NET PricingEngine class - Cannot get Sales Transaction data, line data is ok

I have recently found an interesting article about using .NET Microsoft.Dynamics.Commerce.Runtime.Services.PricingEngine.PricingEngine to calculate the price and discount for an order:…
Tuan Le PN
  • 364
  • 1
  • 12
0
votes
0 answers

D365 F&O Dual write filter not working properly for null values

I am trying to exclude some records to sync from F&O to CE via dual write to achieve this I am using filter in DW entity mapping as: ((Reason != "A") && (Reason != "B")) This works as expected when I am having some value in Reason field, however…
Ishita
  • 109
  • 2
  • 10
0
votes
1 answer

Dispose all GDI objects from third party ActiveX control wrapper

I have created a C# ActiveX control wrapper than I am using to wrap a third party ActiveX control. I have the ActiveX control wrapper registered and I can add it to a form in Dynamics AX. When I open the form ~400 GDI objects are created each…
aherrick
  • 19,799
  • 33
  • 112
  • 188
0
votes
0 answers

Use Dynamics AX 2009 Business Connector .NET Framework 3.5 inside .NET Core solution

We are working on a .NET Core solution where the request comes in to do some communications with Dynamics AX 2009. In AX we have some static methods that we need to call from within our solution. In other .NET Framework solutions we used the…
Mivaweb
  • 5,580
  • 3
  • 27
  • 53
0
votes
2 answers

Why is the "Create alert rule..." missing for this grid?

Someone else on my team has created a form - for some reason the Grid control does not have the "Create alert rules..." option in it's context menu. I can't see what the difference is between this grid/form and others that we have created that do…
William Mioch
  • 917
  • 9
  • 21