Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Extending Dynamics AX 2009 (part 2) - Creating a New Wizard

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
3/25/2013 6:39:38 PM

1. Creating a New Wizard

The Wizard Wizard is a special wizard in Dynamics AX that helps you create wizards that have the same look and feel as the standard wizards in Dynamics AX. You open the Wizard Wizard, shown in Figure 5, from the Dynamics AX menu bar: click Tools\Development Tools\Wizards\Wizard Wizard.

Figure 5. Wizard Wizard Welcome page


As shown in Figure 6, the wizard asks you to choose between two types of wizards: a standard wizard, for any kind of job, and a default data wizard, especially designed to help the user create basic default data in the system. This section demonstrates how to use the Wizard Wizard to create a standard wizard that is available from the navigation pane and the area page of Dynamics AX.

Figure 6. Wizard Type page


Note

An area page contains menu items that link to frequently used forms for the selected module. Area pages are accessed from the navigation pane.


When you enter a name for your wizard on the next page (shown in Figure 7), you can see how the names of the elements that are created in the Application Object Tree (AOT) are suffixed with either Wizard or DefaultDataWizard, depending on the type of wizard.

Figure 7. Naming page


In the last step before the summary page, Setup, you enter the number of steps you want in your wizard, as shown in Figure 8. This number includes the Welcome page and the Summary page. If you change your mind about the number of steps you want after completing the wizard, you can change the elements generated by the wizard in the AOT.

Figure 8. Setup page


Because this sample wizard doesn’t include any complicated selections, the summary page, shown in Figure 9, is rather short.

Figure 9. Summary page


The Wizard Wizard creates a private project, shown in Figure 10, that contains three new elements, described from top to bottom:

  • A class for holding the business logic of the wizard and the logic for running the wizard in the framework. The class extends either SysWizard or SysDefaultDataWizard, depending on the type of wizard.

  • A form with the user interface of the wizard.

  • A display menu item to start the wizard. The menu item starts the class that starts the form.

Figure 10. Elements of a new wizard collected in a private project


Note

The Wizard Wizard doesn’t add the new elements to the version control system if version control is enabled. You must add them manually.

Other -----------------
- System Center Configuration Manager 2007 : Operating System Deployment - Native Mode
- System Center Configuration Manager 2007 : Operating System Deployment - Post Deployment Tasks, Troubleshooting
- System Center Configuration Manager 2007 : Operating System Deployment - Drivers
- System Center Configuration Manager 2007 : Operating System Deployment - Tips and Techniques
- Understanding Network Services and Active Directory Domain Controller Placement for Exchange Server 2007 : Global Catalog and Domain Controller Placement
- Understanding Network Services and Active Directory Domain Controller Placement for Exchange Server 2007 : Configuring DNS to Support Exchange Servers, Troubleshooting DNS Problems
- Understanding Network Services and Active Directory Domain Controller Placement for Exchange Server 2007 : Understanding DNS Requirements for Exchange Server 2007
- Understanding Network Services and Active Directory Domain Controller Placement for Exchange Server 2007 : Examining DNS Components
- Nginx HTTP Server : Basic Nginx Configuration - Base module directives
- Nginx HTTP Server : Basic Nginx Configuration - Configuration file syntax
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server