We want to build a report in Microsoft Dynamics AX 2009 to show all employees that worked on a production order.
I have a form and I want to embed it in another form. I want to keep both form, but I would prefer to avoid duplicating the first form.
I have a grid that displays lines from a table. Now, I have these two requirements: Show only the lines that contains values in the \"hour\" fields. The \"hour\" field is an array type.
I\'m really new to Dynamix AX 2009. I was browsing the demo image from Microsoft to better understand how the application works. I checked a random method called updateRFIDTagging() in the form Sales
I want to know how to create a new item record usi开发者_如何学Cng a template in Dynamics AX 2009 .NET Business connector. I know how to do this using Dynamics AX 2009. Is there a static method that i
== UPDATED :) ========= ! SEEMS LIKE ANOTHER 2100 LIMIT ! PLEASE HELP ! Here\'s some update of what we\'ve found :
I would like to know how to 开发者_C百科call kernel functions from AX using C# (.Net Business Connector).
Dynamics AX comes with 25 predefined roles in the Default Analys开发者_JAVA技巧is Database. How do I create my own and associate this new Role with a Role within Dynamics AX?
I\'m currently communicating with an external SOAP service within AX using the a service reference and the generated .NET class.Everything is working out greatly with the exception of how to han开发者
Each table in the A开发者_Go百科OT has an ID, how can I discover the table name given an ID?Looking at the SQL dictironary is really the correct method.