Wizard Page Reference
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
A wizard page displays one step in a process that is completed using a wizard. See Enterprise Portal Wizard User Experience Guidelines for guidelines to follow when creating a wizard page. The Wizard control provided by ASP.NET is helpful for managing that state of the wizard pages.
Page Content
The wizard page uses the Header, Left Column, Body layout template. The page typically contains the following items.
Title Bar
The items in the Title Bar are listed in the following table.
Item |
Description |
---|---|
Page Title |
The Page Title Web Part displays the title for the page. |
Header
The items in the Header are listed in the following table.
Item |
Description |
---|---|
Infolog |
The Infolog Web Part displays any status information for actions performed on the page. |
Left Column
The items in the Left Column are listed in the following table.
Item |
Description |
---|---|
QuickLaunch |
The QuickLaunch Web Part displays the page-level navigation for the page. When the page is displayed in a SharePoint modal dialog, the entire left column is hidden. |
Body
The items in the Body are listed in the following table.
Item |
Description |
---|---|
User Control |
The User Control Web Part displays the content for the wizard panel. Typically, the AxForm component is used to define the content. |
Web Part Communication
No Web part communication is used on this page type.