Top "Axapta" questions

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

Changing Default value of Checkbox in Ax2012

For a check box I am trying to set the default value to checked. I set the value in the …

axapta x++ microsoft-dynamics dynamics-ax-2012 ax
"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
For loop across all available companies?

I need to create a job with a for loop (I think) that goes through all available companies and checks …

axapta dynamics-ax-2012
Change the background color of a column in a grid

I have following form and I want to change the background color of a column, based on the values of …

axapta dynamics-ax-2009 dynamics-ax-2012
In Dynamics AX, X++, how do you increment a date variable

I am not sure if it is something with xslt or xpath..but how do I increment a date by 1 …

xpath x++ axapta
How to compare two dates in MS Dynamics AX 2009?

How to compare two dates (instances of type Date, not utcDateTime) in MS Dynamics AX 2009? I want to check if …

date compare axapta dynamics-ax-2009 x++
Duplicate type with name 'Dynamics.Ax.application.<My Class Name>' in assembly 'Dynamics.Ax.application,

I see following error when I compile CIL in Dynamics 2012 ax - Duplicate type with name 'Dynamics.Ax.application.' …

microsoft-dynamics dynamics-ax-2012 axapta
Only foreign key constraints are allowed on this table AX 2012

I have created three fields in a table: Country, State and City. I have given EDT as LogisticsAddressCountryRegionId for Country, …

foreign-key-relationship axapta dynamics-ax-2012 dynamics-ax-2012-r3
Using AIF webservices to connect to Microsoft Dynamics AX 2009

I'm using AIF webservices to connect to Microsoft Dynamics AX 2009. Proxies are generated for the service in VS2010, but when …

wcf web-services axapta aif
Dynamics AX 2009: Go to Main Table Form - How to select the default row?

I am overriding the jumpRef method on a drop down control in the design on my Form. Below is the …

axapta x++ microsoft-dynamics dynamics-ax-2009