EditorScripts class

In Dynamics Ax we can automate frequent task. When we create a new table, then according best practices, find and exist method should be added to the table method. In this post ,we will demonstrate…

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…