I\'m writing a little tool to process AX transactions and have discovered that with each error, my exception output grows.
I have a function in Axapta as follows: static client XMLDocument GetXmlData() { XMLDocument xmlReturnDoc = new XMLDocument();
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
I would like to know how to 开发者_C百科call kernel functions from AX using C# (.Net Business Connector).
PROBLEM: I need to feed data from a PHP script into Dynamics AX. METHOD: I suppose the easiest way to do this is by using the Dynamics AX Business Connector.