Top "Axapta" 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
Distinct operator on List<string>

I'm trying to get distinct string values out of an Ax repository, but I'm getting a lot of identical strings …

c# linq axapta
Finding the Total Available and Available physical for an Item/Warehouse

I have a method for a display field which does the following; return InventSum::find(_salesLine.ItemId, InventDim::_salesLine.InventDimId).…

axapta dynamics-ax-2009
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
Reading a comma separated values (csv) file in dynamics ax

How do you open and parse a csv file in dynamics ax?

x++ axapta
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
Axapta Dialog Validation

I've found several posts and articles around the net talking about validating form fields in dialogs, but none of the …

validation dialog axapta x++
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