Questions tagged [dynamics-ax-2012]

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. R2 revision was published on Dec. 2012 (kernel build 6.2.158.x)

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.

Se also Wikipidia article.

1211 questions
0
votes
1 answer

Axapta Enterprise portal 2012 installation

I am trying to install Enterprise Portal on my local p.c. and i am getting this error message. Any help This is from the log file. 2012-12-28 06:32:16Z An error occurred during setup of Enterprise Portal (EP). 2012-12-28 06:32:16Z …
user978324
  • 59
  • 2
  • 10
0
votes
2 answers

Dynamics AX Add Products Filters without Retail Add On

I need to enable the filters section of the Add Products form (RetailAddProducts) when called from a Purchase Order Form. This feature is only native to Retail Catalogs as I understand it but I need to bypass this. Is this possible? If so how…
Luke Wyatt
  • 1,126
  • 2
  • 12
  • 23
0
votes
2 answers

Dynamics Ax 2012 Missing Category Column in EcoResProductCategory

We are having an issue with the form EcoResProductCategory. At one point, this form had a column named 'Category' that our company utilized. Somehow this column has gone missing. My team develops on the CUS level and there is a vendor that I…
Luke Wyatt
  • 1,126
  • 2
  • 12
  • 23
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
2 answers

AX 2012 SSRS Report visibility issue

In my report, the data is being inserted into my temporary table. The problem is the data does not show on the report. I have removed all hidden and visibility expressions as well. It's the ProjInvoiceReport. I added a second data set which needs…
0
votes
1 answer

Exception in accessing AX method through web Service (Application Integration Framework) in Ax 2012

Here “retrieveCustomerIds” is my AX method which I am trying to access from webservice. Definition of retrieveCustomerIds [AifCollectionTypeAttribute('return', Types::String), SysEntryPointAttribute(False)] public List retrieveCustomerIds() { List…
piku
  • 471
  • 4
  • 12
  • 44
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

Lost reference to .net project

I'm working on a project that uses C# code for the past few months, but this morning it has stopped working. The project is still listed in the AOT VisualStudio Projects/C Sharp Projects/AFD.AxIntegration AFD.AxIntegration is also the namespace.…
KevinManx
  • 519
  • 1
  • 5
  • 26
0
votes
2 answers

Where are Duties (table name) stored in AX?

I want to access Security duties (in code), but I don't know where they are stored (in which table)? Privileges are stored in SecurityTask, now I need to know where duties are stored in AX 2012. Thank you.
Tassisto
  • 9,877
  • 28
  • 100
  • 157
0
votes
0 answers

X++ reports not generating over batch

When trying to generate X++ reports over batch, these fail to generate, and say that the report is empty. I was told that in AX2012, it is impossible to create X++ reports over batch, is this true? If not, how can I make sure my reports will…
Mortana
  • 1,332
  • 3
  • 15
  • 29
0
votes
2 answers

Is Infolog an alias to the class Info in Dynamics AX?

I am trying to understand how Infolog works within Dynamics AX. I understand that the following code will display the text in the infolog window. info("Hello World!"); I am aware that info is a static method on the Global class and therefore the…
user756519
0
votes
1 answer

AX 2012 with managed code - How do you return a value from .Net code?

I'm new to Dynamics AX 2012 development and am using a C# dll to handle the "heavy lifting". I'm basically understanding how to delegate or trigger a C# void method and to use parameters passed in to it using the xppPrePostArgs object. However I…
KevinManx
  • 519
  • 1
  • 5
  • 26
0
votes
1 answer

Why doesn't IntelliSense always fill up in Dynamics AX 2012

I've got an issue with the intelliSense used in Microsoft Dynamics Ax 2012. It doesn't seem to fill up every time. When I try to edit existing jobs or class methods, I type the variable or class with the . (dot) or :: (double colon) I get a small…
0
votes
1 answer

Adding +x years to every field of data type 'datetime'

I would like to take sample data for AX 2012 and add 3 years to every field of data type: datetime. I know there is the dateadd function and I can update for every field individually, just not sure how to search through the db and find every field…
0
votes
1 answer

XGantt ActiveX issue on Dynamics AX (2012)

I’m facing some issues with the Netronic XGantt ActiveX. My problem is that my ActiveX in the Form doesn’t seem to find the table I specified in the config panel. I can't post a screenshot here since I'm new (I don't have 10 points) so this is a…