Top "Dynamics-ax-2012" questions

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products.

How to create a lookup with fields from more than one datasource?

I need to create Dynamic lookup in my form field which should display fields from two different datasources.. I am …

axapta x++ dynamics-ax-2012
Cursor moves to top when refreshing list page grid

Fellow developers, I have a custom list page, where a user can select few records, hit a button in Action …

axapta dynamics-ax-2012
How to get the form object in a ListPageInteraction class?

Working on Microsoft Dynamics AX 2012. I have a listpage form which has a referenced ListPageInteraction class, just wanted to change …

axapta microsoft-dynamics x++ ax dynamics-ax-2012
What is the .toString() varient in X++ or Dynamics AX?

Is there something similar to the famous toString() method of C# in Axapta? I try to run underlying code: info(…

dynamics-ax-2009 x++ axapta dynamics-ax-2012
join multiple tables to the same table using query class

I'm using the query class to build a query that will have two or three tables join to the same …

axapta x++ dynamics-ax-2012 dynamics-ax-2009
Dynamics AX 2012 SQL Extraction of Base Enum Values

Is there a table, view, or procedure I can use to extract the values from a Base Enum using SQL (…

sql axapta dynamics-ax-2012
The open operation did not complete within the allotted timeout of 00:01:00 - AX 2012 using AIF/WCF

I am having a problem with AIF in AX 2012 when it deals with a big amount of data that takes …

wcf axapta ax dynamics-ax-2012 aif
How do you "Run" a class

I'm still a newbie when it comes to Dynamics AX development. I'm working through a tutorial here. Once finished writing …

x++ dynamics-ax-2012 axapta
LEFT JOIN in Dynamics AX View

Does anyone know how to do a LEFT OUTER JOIN in a Dynamics AX View from the AOT (not a …

axapta dynamics-ax-2012 dataview aot
Display custom error message in Dynamics AX 2012

I'm new in AX and want to know how to display custom error message or warning. I have looked for …

error-handling microsoft-dynamics axapta dynamics-ax-2012 custom-error-handling