Do While loop

This logic shows use of the use of the Do while loop in Dynamics Ax 2012. In this example, in the code a dialog is called, in which the user can select multiple countries until…

Lookup (Code)

And example of a lookup by code. At table level, the lookup query is defined,with an example of a call to this method via the overridden method ‘lookup’ at form data source level. A code…

Create picking lines

The base element for a picking route are the output orders. Output orders are created through the class\WMSOrderCreate. As soon as the WMSOrder is created, it can be attached to a shipment. If we follow…

AIF Setup from scratch

Below example describes all steps how to create XML file based on tables in Ax with AIF (Application Integration Framework). First Step is create table (‘s) and the related query. Setup index properties on the…