Import a Class on Startup You can import a class, and execute methods within it without user interaction by starting Microsoft Dynamics AX from the command line with an XML file as input parameter. The XML file specifies the class and methods to use. The result of importing and executing is written to a log file or shown to the user in Infolog. Executing with no user interaction is useful for any automation of customer tasks, in particular during the test phase. Create an XML file 1. On the Microsoft Dynamics AX client computer, create an XML file. 2. Add tags to the XML file specifying: The Microsoft Dynamics AX version. The name and location of the log file. The XPO file that contains the class to import. The method to run. 3. Open a command line window and type ax32.exe -StartupCmd=AutoRun_ c:\folder\filename .XML Every Microsoft Dynamics AX application object in the Application Object Tree (AOT) has a set of properties. To view and modify property values, rightclick an application object, and then select Properties to open the Properties sheet. This topic describes the Properties sheet and how to modify property values. For descriptions of individual By default, the sorting order of properties displayed in the Properties sheet is determined by their relationship. Similar properties are positioned together. To sort properties alphabetically: 1. Click Tools > Options. 2. On the Options form, select Development > Property sheet > Sort alphabetically. 3. Click Apply. Most property settings can be modified. Read-only property settings are unavailable. To modify a property in the Properties sheet, select a property, and then enter a new value or select a new value from the drop-down list. Many properties have default values.