Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products.
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 axWhen writing code in X++ you sometimes need to reference this.functionYouWant() and sometimes it is element.FunctionYouWant(). Sometimes both …
axapta x++ dynamics-ax-2009I need to create a job with a for loop (I think) that goes through all available companies and checks …
axapta dynamics-ax-2012I 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-2012I am not sure if it is something with xslt or xpath..but how do I increment a date by 1 …
xpath x++ axaptaHow 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++I see following error when I compile CIL in Dynamics 2012 ax - Duplicate type with name 'Dynamics.Ax.application.' …
microsoft-dynamics dynamics-ax-2012 axaptaI 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-r3I'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 aifI 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