Wednesday, October 11, 2006

AIF Documentation Increasing...

I apologize for the delay since my last post. I'm working on several development projects, including Dynamics AX and just about all are unchartered territory, as well as administering our network and day-to-day IT operations.

AIF documentation is starting to be published up on MBS MSDN. I found some docs that really describe what AIF is all about in the Developer Documentation. These docs are only available up on MSDN and no equivalent .chm docs have been released to update the local help within AX.

You can find them under msdn.microsoft.com under:

-Servers and Enterprise Development
-Microsoft Business Solutions
-Microsoft Dynamics AX
-Developing for Microsoft Dynamics AX
-Microsoft Dynamics AX SDK
-Microsoft Dynamics AX and Other Applications
-Using Microsoft Dynamics AX and Other Applications
-Creating New Documents

This area has helped me understand really what the difference between the Axd classes and the Ax[Table] classes. To sum it up, Axd classes define the XML Schema for the document and Ax[Table] classes validates the data being exported or imported via XML.

My company's order receiving process is very non-standard due to restrictions mandated to us by our parent company. As a result some of the AIF/SalesOrder predefined pieces do not work for us out of the box. For example, we have to accept invalid Item Ids and return them via EDI to the customers who sent them. Out of the box AIF does not accept an order than has one or more invalid Item Ids. With this new documentation, I see now that I do not have to reengineer the AIF framework, but rather only add a few lines of code to handle invalid Item IDs within the AxSalesLine class.

As more and more documentation is released on AIF, the majority of which doesn't look likely to come until after the first of the year, more businesses will be able to customize the AIF document handling process to their specific needs.

I'd like to also say how great Microsoft Support has been during our learning AIF. They have had two LiveMeeting sessions with me so far and have answered all of the indepth technical questions regarding AIF that I have been able to think of. The guys attending the sessions have been AX AIF developers and project management so Microsoft is serious about issue resolution and taking the IT/Development AX Users straight to the people who know the product in and out.


3 comments:

Anonymous said...

An interesting point I would like to make regarding the documentation. I come from a .net development environment, and still do a lot of development in .Net, but have started working in Ax4 for the past 6 months.

The thing I find strange is that MS doesnt release .Net with loads of missing documentation. If you want to find help on an assembly, press F1.

Why can release a product like Ax4 without much of the documentation. As someone that is starting to learn X++ I find it extremely annoying.

Anonymous said...

i totally agree with what you said. i am new to AX4 X++ and it is really frustrating not being able to find the documentation, tutorials, samples on AX4 X++.

Anonymous said...

I also agree with the above argument.
Coming from Microsoft development background, I find it strange that AX doesn't come with sufficient documentation support.

Any Microsoft Product (however small it may be) comes with loads of samples , SDK tips etc.

I have been working on this X++ for 6 months now, I must say this tool has got great potential compared to other ERP development SDKs ( SAP, BaaN etc).

The big +++ is integration with MS stack technologies.

I see a great future for this product purely because of it's core architecture and power of customisation!

AX Fan from UK