Top "Axapta" questions

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

X++ passing current selected records in a form for your report

I am trying to make this question sound as clear as possible. Basically, I have created a report, and it …

report axapta x++
Refresh entire form in AX 2012?

I'm currently working with a form that has a grid at the bottom. Whenever I hit f5, the grid refreshes, …

axapta x++ dynamics-ax-2012
How to use AND/OR operators when building query in ax 2012 x++

I couldn't really find anything about this, and i couldn't really figure it out. Anyways, I have created a view …

sql axapta x++ dynamics-ax-2012
How to change the level of AX info messages

In Dynamics AX 2009 I am trying to determine the level of indentation of an info message. What I want is …

x++ axapta
How do I get the previous field value in the modifiedField method of a Dynamic Ax table?

I would like to be able to perform some logic in the table.modifiedField method which compares the previous value …

x++ axapta
X++ query to SELECT MAX value of String type field

I have a field in Dynamics AX 2012 table populated with serial number of PRE1 00162 format and I need to return …

axapta x++ dynamics-ax-2012
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 add checkBox in Dialog and get value?

I want to add a CheckBox in my Dialog. I used this code: Dialog dialog; DialogField dialogField; NoYesId checkValue; ; dialog = …

checkbox dialog axapta x++ dynamics-ax-2012
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
Query range not equal to zero

I'm in AX 2012 R2 environment. I would like to add a query range to HcmEmployment table and filter out rows …

axapta x++ dynamics-ax-2012