Top "Dynamics-ax-2009" questions

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

How to find a table name by ID in Dynamics AX

Each table in the AOT has an ID, how can I discover the table name given an ID?

axapta dynamics-ax-2009
How do i write a txt file using Microsoft Dynamics AX?

I want to write a txt file (just like i'd do in visual studio with c# using string writer and …

text-files x++ dynamics-ax-2009
Can I code in .NET/C# for Microsoft Dynamics AX?

I am a C# developer and want to start learning Dynamics AX. Please guide me can I use my .net/…

c# .net-3.5 axapta dynamics-ax-2009
How to pass a parameter between two forms in Axapta?

How can i pass a single parameter between a form in axapta ? I want to run a Form B from …

axapta dynamics-ax-2009
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
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
How to add a button to a dialog and create a method for the click event

In Axapta, How to add a button to a dialog and intercept the click event? Thanks

axapta dynamics-ax-2009
ComboBox in X++

In my ComboBox there are items like A B C D and bydefault the value is A where i want …

combobox axapta x++ dynamics-ax-2009
"this" vs. "element" keyword in X++

When writing code in X++ you sometimes need to reference this.functionYouWant() and sometimes it is element.FunctionYouWant(). Sometimes both …

axapta x++ dynamics-ax-2009