How To

The AIF debugging can be quite aggravating especially since document processing can happen in the background leaving you in the dark. The way to fix this is find the AifInboundProcessingService Class and go into the runAsWrapper method.

Code for a job to run AIF inbound file based adapters. Helpful when debugging.

Building on previous posts, we will configure our newly created AIF service.

Building on a previous article, here we build out the  "create" operation and the service.

Building on a previous article, this is where we build our query.

Creating a simple AIF service in AX 2009 is a whole lot more simple than one would think. Here we define our dataset.

Here's a code sample for an example batch class. This contains some of the common methods that one would override when creating something you would want to be able to run in batch.

A code sample showing how to post a receipts list for a transfer order in X++ for 2009.

Here's a code sample showing how to post a Transfer Order pick list in X++ in 2009.