Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products.
Each table in the AOT has an ID, how can I discover the table name given an ID?
axapta dynamics-ax-2009I 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-2009I 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-2009How can i pass a single parameter between a form in axapta ? I want to run a Form B from …
axapta dynamics-ax-2009I have a method for a display field which does the following; return InventSum::find(_salesLine.ItemId, InventDim::_salesLine.InventDimId).…
axapta dynamics-ax-2009Is 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-2012I'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-2009In Axapta, How to add a button to a dialog and intercept the click event? Thanks
axapta dynamics-ax-2009In my ComboBox there are items like A B C D and bydefault the value is A where i want …
combobox axapta x++ dynamics-ax-2009When writing code in X++ you sometimes need to reference this.functionYouWant() and sometimes it is element.FunctionYouWant(). Sometimes both …
axapta x++ dynamics-ax-2009